Html Css Color HEX #6A776E Sirocco

📋 copy color: '#6A776E'

red 106 ◦ green 119 ◦ blue 110

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

Shades of Sirocco #6A776E

Tints of Sirocco #6A776E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.84%

R = 31.64%
G = 35.52%
B = 32.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#6A776E (or 0x6A776E) is known color: Sirocco. HEX triplet: 6A, 77 and 6E. RGB value is (106,119,110). Sum of RGB (Red+Green+Blue) = 106+119+110=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 119 - color contains mainly: green. Hex color #6A776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A776E is #958891. Grayscale: #727272. Windows color (decimal): -9799826 or 7239530. OLE color: 7239530.

HSL color Cylindrical-coordinate representation of color #6A776E: hue angle of 138.46º 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 #6A776E is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 119 110 -
CMYK 0.11 0 0.08 0.53
HSL 138.46º 0.06% 0.44% -
HSV(B) 138.46º 0.11% 0.47% -
XYZ 15.36 17.38 17.3 -
YUV 114.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 106 119 110 0.11 0 0.08 0.53 138.46 0.06 0.44
Hex 6A 77 6E B 0 8 35 8A 6 2C
Octal 152 167 156 13 0 10 65 212 6 54
Binary 1101010 1110111 1101110 1011 0 1000 110101 10001010 110 101100

Color Harmonies of #6A776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A776E

Black with #6A776E

Text Example


Text Example

White with #6A776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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