Html Css Color HEX #6F7975 Sirocco

📋 copy color: '#6F7975'

red 111 ◦ green 121 ◦ blue 117

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

Shades of Sirocco #6F7975

Tints of Sirocco #6F7975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.67%

 BLUE value IS 117 (46.09% from 255) = 33.52%

R = 31.81%
G = 34.67%
B = 33.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#6F7975 (or 0x6F7975) is known color: Sirocco. HEX triplet: 6F, 79 and 75. RGB value is (111,121,117). Sum of RGB (Red+Green+Blue) = 111+121+117=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 121 - color contains mainly: green. Hex color #6F7975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7975 is #90868A. Grayscale: #757575. Windows color (decimal): -9471627 or 7698799. OLE color: 7698799.

HSL color Cylindrical-coordinate representation of color #6F7975: hue angle of 156º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6F7975 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 121 117 -
CMYK 0.08 0 0.03 0.53
HSL 156º 0.04% 0.45% -
HSV(B) 156º 0.08% 0.47% -
XYZ 16.6 18.34 19.49 -
YUV 117.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 111 121 117 0.08 0 0.03 0.53 156 0.04 0.45
Hex 6F 79 75 8 0 3 35 9C 4 2D
Octal 157 171 165 10 0 3 65 234 4 55
Binary 1101111 1111001 1110101 1000 0 11 110101 10011100 100 101101

Color Harmonies of #6F7975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7975

Black with #6F7975

Text Example


Text Example

White with #6F7975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,121,117); }

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

background-color css

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

 a { background-color: rgb(111,121,117); }

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

border-color css

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

 span { border-color: rgb(111,121,117); }

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