Html Css Color HEX #6C8779 Sirocco

📋 copy color: '#6C8779'

red 108 ◦ green 135 ◦ blue 121

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

Shades of Sirocco #6C8779

Tints of Sirocco #6C8779

RGB

 RED value IS 108 (42.58% from 255) = 29.67%

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

 BLUE value IS 121 (47.66% from 255) = 33.24%

R = 29.67%
G = 37.09%
B = 33.24%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#6C8779 (or 0x6C8779) is known color: Sirocco. HEX triplet: 6C, 87 and 79. RGB value is (108,135,121). Sum of RGB (Red+Green+Blue) = 108+135+121=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8779 is #937886. Grayscale: #7D7D7D. Windows color (decimal): -9664647 or 7964524. OLE color: 7964524.

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

Color convert

RGB 108 135 121 -
CMYK 0.2 0 0.10 0.47
HSL 148.89º 0.11% 0.48% -
HSV(B) 148.89º 0.2% 0.53% -
XYZ 18.3 21.9 21.35 -
YUV 125.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 108 135 121 0.2 0 0.10 0.47 148.89 0.11 0.48
Hex 6C 87 79 14 0 A 2F 95 B 30
Octal 154 207 171 24 0 12 57 225 13 60
Binary 1101100 10000111 1111001 10100 0 1010 101111 10010101 1011 110000

Color Harmonies of #6C8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8779

Black with #6C8779

Text Example


Text Example

White with #6C8779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,135,121); }

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

background-color css

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

 a { background-color: rgb(108,135,121); }

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

border-color css

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

 span { border-color: rgb(108,135,121); }

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