Html Css Color HEX #6F7A73 Sirocco

📋 copy color: '#6F7A73'

red 111 ◦ green 122 ◦ blue 115

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

Shades of Sirocco #6F7A73

Tints of Sirocco #6F7A73

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.06%

 BLUE value IS 115 (45.31% from 255) = 33.05%

R = 31.9%
G = 35.06%
B = 33.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#6F7A73 (or 0x6F7A73) is known color: Sirocco. HEX triplet: 6F, 7A and 73. RGB value is (111,122,115). Sum of RGB (Red+Green+Blue) = 111+122+115=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 122 - color contains mainly: green. Hex color #6F7A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7A73 is #90858C. Grayscale: #757575. Windows color (decimal): -9471373 or 7567983. OLE color: 7567983.

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

Color convert

RGB 111 122 115 -
CMYK 0.09 0 0.06 0.52
HSL 141.82º 0.05% 0.46% -
HSV(B) 141.82º 0.09% 0.48% -
XYZ 16.61 18.54 18.92 -
YUV 117.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 111 122 115 0.09 0 0.06 0.52 141.82 0.05 0.46
Hex 6F 7A 73 9 0 6 34 8E 5 2E
Octal 157 172 163 11 0 6 64 216 5 56
Binary 1101111 1111010 1110011 1001 0 110 110100 10001110 101 101110

Color Harmonies of #6F7A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7A73

Black with #6F7A73

Text Example


Text Example

White with #6F7A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,122,115); }

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

background-color css

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

 a { background-color: rgb(111,122,115); }

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

border-color css

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

 span { border-color: rgb(111,122,115); }

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