Html Css Color HEX #6D8778 Sirocco

📋 copy color: '#6D8778'

red 109 ◦ green 135 ◦ blue 120

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

Shades of Sirocco #6D8778

Tints of Sirocco #6D8778

RGB

 RED value IS 109 (42.97% from 255) = 29.95%

 GREEN value IS 135 (53.13% from 255) = 37.09%

 BLUE value IS 120 (47.27% from 255) = 32.97%

R = 29.95%
G = 37.09%
B = 32.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#6D8778 (or 0x6D8778) is known color: Sirocco. HEX triplet: 6D, 87 and 78. RGB value is (109,135,120). Sum of RGB (Red+Green+Blue) = 109+135+120=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8778 is #927887. Grayscale: #7D7D7D. Windows color (decimal): -9599112 or 7898989. OLE color: 7898989.

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

Color convert

RGB 109 135 120 -
CMYK 0.19 0 0.11 0.47
HSL 145.38º 0.11% 0.48% -
HSV(B) 145.38º 0.19% 0.53% -
XYZ 18.36 21.94 21.04 -
YUV 125.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 109 135 120 0.19 0 0.11 0.47 145.38 0.11 0.48
Hex 6D 87 78 13 0 B 2F 91 B 30
Octal 155 207 170 23 0 13 57 221 13 60
Binary 1101101 10000111 1111000 10011 0 1011 101111 10010001 1011 110000

Color Harmonies of #6D8778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8778

Black with #6D8778

Text Example


Text Example

White with #6D8778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,135,120); }

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

background-color css

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

 a { background-color: rgb(109,135,120); }

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

border-color css

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

 span { border-color: rgb(109,135,120); }

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