Html Css Color HEX #687670 Sirocco

📋 copy color: '#687670'

red 104 ◦ green 118 ◦ blue 112

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

Shades of Sirocco #687670

Tints of Sirocco #687670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.33%

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

R = 31.14%
G = 35.33%
B = 33.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#687670 (or 0x687670) is known color: Sirocco. HEX triplet: 68, 76 and 70. RGB value is (104,118,112). Sum of RGB (Red+Green+Blue) = 104+118+112=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 118 - color contains mainly: green. Hex color #687670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687670 is #97898F. Grayscale: #717171. Windows color (decimal): -9931152 or 7370344. OLE color: 7370344.

HSL color Cylindrical-coordinate representation of color #687670: hue angle of 154.29º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #687670 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 118 112 -
CMYK 0.12 0 0.05 0.54
HSL 154.29º 0.06% 0.44% -
HSV(B) 154.29º 0.12% 0.46% -
XYZ 15.11 17.07 17.83 -
YUV 113.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 104 118 112 0.12 0 0.05 0.54 154.29 0.06 0.44
Hex 68 76 70 C 0 5 36 9A 6 2C
Octal 150 166 160 14 0 5 66 232 6 54
Binary 1101000 1110110 1110000 1100 0 101 110110 10011010 110 101100

Color Harmonies of #687670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687670

Black with #687670

Text Example


Text Example

White with #687670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687670; }

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

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

background-color css

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

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

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

border-color css

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

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

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