Html Css Color HEX #687A70 Sirocco

📋 copy color: '#687A70'

red 104 ◦ green 122 ◦ blue 112

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

Shades of Sirocco #687A70

Tints of Sirocco #687A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.09%

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

R = 30.77%
G = 36.09%
B = 33.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#687A70 (or 0x687A70) is known color: Sirocco. HEX triplet: 68, 7A and 70. RGB value is (104,122,112). Sum of RGB (Red+Green+Blue) = 104+122+112=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 122 - color contains mainly: green. Hex color #687A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687A70 is #97858F. Grayscale: #737373. Windows color (decimal): -9930128 or 7371368. OLE color: 7371368.

HSL color Cylindrical-coordinate representation of color #687A70: hue angle of 146.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #687A70 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 104 122 112 -
CMYK 0.15 0 0.08 0.52
HSL 146.67º 0.08% 0.44% -
HSV(B) 146.67º 0.15% 0.48% -
XYZ 15.59 18.03 17.99 -
YUV 115.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 104 122 112 0.15 0 0.08 0.52 146.67 0.08 0.44
Hex 68 7A 70 F 0 8 34 93 8 2C
Octal 150 172 160 17 0 10 64 223 10 54
Binary 1101000 1111010 1110000 1111 0 1000 110100 10010011 1000 101100

Color Harmonies of #687A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687A70

Black with #687A70

Text Example


Text Example

White with #687A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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