Html Css Color HEX #687870 Sirocco

📋 copy color: '#687870'

red 104 ◦ green 120 ◦ blue 112

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

Shades of Sirocco #687870

Tints of Sirocco #687870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.71%

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

R = 30.95%
G = 35.71%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#687870 (or 0x687870) is known color: Sirocco. HEX triplet: 68, 78 and 70. RGB value is (104,120,112). Sum of RGB (Red+Green+Blue) = 104+120+112=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #687870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687870 is #97878F. Grayscale: #727272. Windows color (decimal): -9930640 or 7370856. OLE color: 7370856.

HSL color Cylindrical-coordinate representation of color #687870: hue angle of 150º 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 #687870 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 120 112 -
CMYK 0.13 0 0.07 0.53
HSL 150º 0.07% 0.44% -
HSV(B) 150º 0.13% 0.47% -
XYZ 15.35 17.55 17.91 -
YUV 114.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 104 120 112 0.13 0 0.07 0.53 150 0.07 0.44
Hex 68 78 70 D 0 7 35 96 7 2C
Octal 150 170 160 15 0 7 65 226 7 54
Binary 1101000 1111000 1110000 1101 0 111 110101 10010110 111 101100

Color Harmonies of #687870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687870

Black with #687870

Text Example


Text Example

White with #687870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687870; }

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

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

background-color css

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

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

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

border-color css

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

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

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