Html Css Color HEX #6A776F Sirocco

📋 copy color: '#6A776F'

red 106 ◦ green 119 ◦ blue 111

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

Shades of Sirocco #6A776F

Tints of Sirocco #6A776F

RGB

 RED value IS 106 (41.8% from 255) = 31.55%

 GREEN value IS 119 (46.88% from 255) = 35.42%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 31.55%
G = 35.42%
B = 33.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#6A776F (or 0x6A776F) is known color: Sirocco. HEX triplet: 6A, 77 and 6F. RGB value is (106,119,111). Sum of RGB (Red+Green+Blue) = 106+119+111=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 119 - color contains mainly: green. Hex color #6A776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A776F is #958890. Grayscale: #727272. Windows color (decimal): -9799825 or 7305066. OLE color: 7305066.

HSL color Cylindrical-coordinate representation of color #6A776F: hue angle of 143.08º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6A776F is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 119 111 -
CMYK 0.11 0 0.07 0.53
HSL 143.08º 0.06% 0.44% -
HSV(B) 143.08º 0.11% 0.47% -
XYZ 15.41 17.41 17.59 -
YUV 114.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 106 119 111 0.11 0 0.07 0.53 143.08 0.06 0.44
Hex 6A 77 6F B 0 7 35 8F 6 2C
Octal 152 167 157 13 0 7 65 217 6 54
Binary 1101010 1110111 1101111 1011 0 111 110101 10001111 110 101100

Color Harmonies of #6A776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A776F

Black with #6A776F

Text Example


Text Example

White with #6A776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,119,111); }

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

background-color css

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

 a { background-color: rgb(106,119,111); }

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

border-color css

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

 span { border-color: rgb(106,119,111); }

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