Html Css Color HEX #687770 Sirocco

📋 copy color: '#687770'

red 104 ◦ green 119 ◦ blue 112

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

Shades of Sirocco #687770

Tints of Sirocco #687770

RGB

 RED value IS 104 (41.02% from 255) = 31.04%

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

 BLUE value IS 112 (44.14% from 255) = 33.43%

R = 31.04%
G = 35.52%
B = 33.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#687770 (or 0x687770) is known color: Sirocco. HEX triplet: 68, 77 and 70. RGB value is (104,119,112). Sum of RGB (Red+Green+Blue) = 104+119+112=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 119 - color contains mainly: green. Hex color #687770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687770 is #97888F. Grayscale: #717171. Windows color (decimal): -9930896 or 7370600. OLE color: 7370600.

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

Color convert

RGB 104 119 112 -
CMYK 0.13 0 0.06 0.53
HSL 152º 0.07% 0.44% -
HSV(B) 152º 0.13% 0.47% -
XYZ 15.23 17.31 17.87 -
YUV 113.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 104 119 112 0.13 0 0.06 0.53 152 0.07 0.44
Hex 68 77 70 D 0 6 35 98 7 2C
Octal 150 167 160 15 0 6 65 230 7 54
Binary 1101000 1110111 1110000 1101 0 110 110101 10011000 111 101100

Color Harmonies of #687770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687770

Black with #687770

Text Example


Text Example

White with #687770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687770; }

 p { color: rgb(104,119,112); }

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

background-color css

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

 a { background-color: rgb(104,119,112); }

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

border-color css

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

 span { border-color: rgb(104,119,112); }

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