Html Css Color HEX #6F7B76 Sirocco

📋 copy color: '#6F7B76'

red 111 ◦ green 123 ◦ blue 118

#6F7B76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sirocco #6F7B76

Tints of Sirocco #6F7B76

RGB

 RED value IS 111 (43.75% from 255) = 31.53%

 GREEN value IS 123 (48.44% from 255) = 34.94%

 BLUE value IS 118 (46.48% from 255) = 33.52%

R = 31.53%
G = 34.94%
B = 33.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6F7B76 (or 0x6F7B76) is known color: Sirocco. HEX triplet: 6F, 7B and 76. RGB value is (111,123,118). Sum of RGB (Red+Green+Blue) = 111+123+118=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 123 - color contains mainly: green. Hex color #6F7B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7B76 is #908489. Grayscale: #767676. Windows color (decimal): -9471114 or 7764847. OLE color: 7764847.

HSL color Cylindrical-coordinate representation of color #6F7B76: hue angle of 155º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F7B76 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 111 123 118 -
CMYK 0.10 0 0.04 0.52
HSL 155º 0.05% 0.46% -
HSV(B) 155º 0.1% 0.48% -
XYZ 16.91 18.85 19.89 -
YUV 118.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 111 123 118 0.10 0 0.04 0.52 155 0.05 0.46
Hex 6F 7B 76 A 0 4 34 9B 5 2E
Octal 157 173 166 12 0 4 64 233 5 56
Binary 1101111 1111011 1110110 1010 0 100 110100 10011011 101 101110

Color Harmonies of #6F7B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7B76

Black with #6F7B76

Text Example


Text Example

White with #6F7B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F7B76; }

 p { color: rgb(111,123,118); }

 H1.HeaderClassName
 {
   color: #6F7B76;
 }
 .AnyTagClassName
 {
   color: #6F7B76;
 }
</style>

background-color css

<style>
 a { background-color: #6F7B76; }

 a { background-color: rgb(111,123,118); }

 div.DivClassName
 {
   background-color: #6F7B76;
 }
 .BgClassName
 {
   background-color: #6F7B76;
 }
</style>

border-color css

<style>
 span { border-color: #6F7B76; }

 span { border-color: rgb(111,123,118); }

 td.TdClassName
 {
   border-color: #6F7B76;
 }
 .TagClassName
 {
   border-color: #6F7B76;
 }
</style>