Html Css Color HEX #688073 Sirocco

📋 copy color: '#688073'

red 104 ◦ green 128 ◦ blue 115

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

Shades of Sirocco #688073

Tints of Sirocco #688073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.89%

 BLUE value IS 115 (45.31% from 255) = 33.14%

R = 29.97%
G = 36.89%
B = 33.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#688073 (or 0x688073) is known color: Sirocco. HEX triplet: 68, 80 and 73. RGB value is (104,128,115). Sum of RGB (Red+Green+Blue) = 104+128+115=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 128 - color contains mainly: green. Hex color #688073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688073 is #977F8C. Grayscale: #777777. Windows color (decimal): -9928589 or 7569512. OLE color: 7569512.

HSL color Cylindrical-coordinate representation of color #688073: hue angle of 147.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #688073 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 128 115 -
CMYK 0.19 0 0.10 0.50
HSL 147.5º 0.1% 0.45% -
HSV(B) 147.5º 0.19% 0.5% -
XYZ 16.52 19.62 19.14 -
YUV 119.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 104 128 115 0.19 0 0.10 0.50 147.5 0.1 0.45
Hex 68 80 73 13 0 A 32 94 A 2D
Octal 150 200 163 23 0 12 62 224 12 55
Binary 1101000 10000000 1110011 10011 0 1010 110010 10010100 1010 101101

Color Harmonies of #688073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688073

Black with #688073

Text Example


Text Example

White with #688073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688073; }

 p { color: rgb(104,128,115); }

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

background-color css

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

 a { background-color: rgb(104,128,115); }

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

border-color css

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

 span { border-color: rgb(104,128,115); }

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