Html Css Color HEX #6F7472 Sirocco

📋 copy color: '#6F7472'

red 111 ◦ green 116 ◦ blue 114

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

Shades of Sirocco #6F7472

Tints of Sirocco #6F7472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

 BLUE value IS 114 (44.92% from 255) = 33.43%

R = 32.55%
G = 34.02%
B = 33.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#6F7472 (or 0x6F7472) is known color: Sirocco. HEX triplet: 6F, 74 and 72. RGB value is (111,116,114). Sum of RGB (Red+Green+Blue) = 111+116+114=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 116 - color contains mainly: green. Hex color #6F7472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7472 is #908B8D. Grayscale: #727272. Windows color (decimal): -9472910 or 7500911. OLE color: 7500911.

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

Color convert

RGB 111 116 114 -
CMYK 0.04 0 0.02 0.55
HSL 156º 0.02% 0.45% -
HSV(B) 156º 0.04% 0.45% -
XYZ 15.84 17.09 18.38 -
YUV 114.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 111 116 114 0.04 0 0.02 0.55 156 0.02 0.45
Hex 6F 74 72 4 0 2 37 9C 2 2D
Octal 157 164 162 4 0 2 67 234 2 55
Binary 1101111 1110100 1110010 100 0 10 110111 10011100 10 101101

Color Harmonies of #6F7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7472

Black with #6F7472

Text Example


Text Example

White with #6F7472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,116,114); }

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

background-color css

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

 a { background-color: rgb(111,116,114); }

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

border-color css

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

 span { border-color: rgb(111,116,114); }

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