Html Css Color HEX #678474 Sirocco

📋 copy color: '#678474'

red 103 ◦ green 132 ◦ blue 116

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

Shades of Sirocco #678474

Tints of Sirocco #678474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 29.34%
G = 37.61%
B = 33.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#678474 (or 0x678474) is known color: Sirocco. HEX triplet: 67, 84 and 74. RGB value is (103,132,116). Sum of RGB (Red+Green+Blue) = 103+132+116=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #678474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678474 is #987B8B. Grayscale: #797979. Windows color (decimal): -9993100 or 7636071. OLE color: 7636071.

HSL color Cylindrical-coordinate representation of color #678474: hue angle of 146.9º 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 #678474 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 132 116 -
CMYK 0.22 0 0.12 0.48
HSL 146.9º 0.12% 0.46% -
HSV(B) 146.9º 0.22% 0.52% -
XYZ 17 20.65 19.61 -
YUV 121.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 103 132 116 0.22 0 0.12 0.48 146.9 0.12 0.46
Hex 67 84 74 16 0 C 30 93 C 2E
Octal 147 204 164 26 0 14 60 223 14 56
Binary 1100111 10000100 1110100 10110 0 1100 110000 10010011 1100 101110

Color Harmonies of #678474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678474

Black with #678474

Text Example


Text Example

White with #678474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678474; }

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

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

background-color css

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

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

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

border-color css

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

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

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