#678274

Color #678274 Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #678274

Tints of Sirocco #678274

Color information

#678274 (or 0x678274) is unknown color: approx Sirocco. HEX triplet: 67, 82 and 74. RGB value is (103,130,116). Sum of RGB (Red+Green+Blue) = 103+130+116=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 130 - color contains mainly: green. Hex color #678274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678274 is #987D8B. Grayscale: #787878. Windows color (decimal): -9993612 or 7635559. OLE color: 7635559.

HSL color Cylindrical-coordinate representation of color #678274: hue angle of 148.89º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #678274 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB103130116-
CMYK0.2100.110.49
HSL148.89º11.59%45.69%-
HSV(B)148.89º20.77%50.98%-
XYZ16.7320.1119.52-
YUV120.33125.55115.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.51%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=29.51%
G=37.25%
B=33.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031301160.2100.110.49148.8911.5945.69
Hex678274150B3195c2e
Octal14720216425013612251456
Binary11001111000001011101001010101011110001100101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678274; }

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

 H1.HeaderClassName
 {
   color: #678274;
 }
 .AnyTagClassName
 {
   color: #678274;
 }
</style>
background-color css

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

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

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

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

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

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