Html Css Color HEX #678472 Sirocco

📋 copy color: '#678472'

red 103 ◦ green 132 ◦ blue 114

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

Shades of Sirocco #678472

Tints of Sirocco #678472

RGB

 RED value IS 103 (40.63% from 255) = 29.51%

 GREEN value IS 132 (51.95% from 255) = 37.82%

 BLUE value IS 114 (44.92% from 255) = 32.66%

R = 29.51%
G = 37.82%
B = 32.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#678472 (or 0x678472) is known color: Sirocco. HEX triplet: 67, 84 and 72. RGB value is (103,132,114). Sum of RGB (Red+Green+Blue) = 103+132+114=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #678472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678472 is #987B8D. Grayscale: #797979. Windows color (decimal): -9993102 or 7504999. OLE color: 7504999.

HSL color Cylindrical-coordinate representation of color #678472: hue angle of 142.76º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #678472 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 132 114 -
CMYK 0.22 0 0.14 0.48
HSL 142.76º 0.12% 0.46% -
HSV(B) 142.76º 0.22% 0.52% -
XYZ 16.88 20.6 19.01 -
YUV 121.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 103 132 114 0.22 0 0.14 0.48 142.76 0.12 0.46
Hex 67 84 72 16 0 E 30 8F C 2E
Octal 147 204 162 26 0 16 60 217 14 56
Binary 1100111 10000100 1110010 10110 0 1110 110000 10001111 1100 101110

Color Harmonies of #678472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678472

Black with #678472

Text Example


Text Example

White with #678472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678472; }

 p { color: rgb(103,132,114); }

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

background-color css

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

 a { background-color: rgb(103,132,114); }

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

border-color css

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

 span { border-color: rgb(103,132,114); }

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