Html Css Color HEX #6F7C74 Sirocco

📋 copy color: '#6F7C74'

red 111 ◦ green 124 ◦ blue 116

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

Shades of Sirocco #6F7C74

Tints of Sirocco #6F7C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.33%

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 31.62%
G = 35.33%
B = 33.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#6F7C74 (or 0x6F7C74) is known color: Sirocco. HEX triplet: 6F, 7C and 74. RGB value is (111,124,116). Sum of RGB (Red+Green+Blue) = 111+124+116=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 124 - color contains mainly: green. Hex color #6F7C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7C74 is #90838B. Grayscale: #777777. Windows color (decimal): -9470860 or 7634031. OLE color: 7634031.

HSL color Cylindrical-coordinate representation of color #6F7C74: hue angle of 143.08º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F7C74 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 124 116 -
CMYK 0.10 0 0.06 0.51
HSL 143.08º 0.06% 0.46% -
HSV(B) 143.08º 0.1% 0.49% -
XYZ 16.92 19.06 19.31 -
YUV 119.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 111 124 116 0.10 0 0.06 0.51 143.08 0.06 0.46
Hex 6F 7C 74 A 0 6 33 8F 6 2E
Octal 157 174 164 12 0 6 63 217 6 56
Binary 1101111 1111100 1110100 1010 0 110 110011 10001111 110 101110

Color Harmonies of #6F7C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7C74

Black with #6F7C74

Text Example


Text Example

White with #6F7C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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