Html Css Color HEX #5C786A Sirocco

📋 copy color: '#5C786A'

red 92 ◦ green 120 ◦ blue 106

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

Shades of Sirocco #5C786A

Tints of Sirocco #5C786A

RGB

 RED value IS 92 (36.33% from 255) = 28.93%

 GREEN value IS 120 (47.27% from 255) = 37.74%

 BLUE value IS 106 (41.8% from 255) = 33.33%

R = 28.93%
G = 37.74%
B = 33.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#5C786A (or 0x5C786A) is known color: Sirocco. HEX triplet: 5C, 78 and 6A. RGB value is (92,120,106). Sum of RGB (Red+Green+Blue) = 92+120+106=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 120 - color contains mainly: green. Hex color #5C786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C786A is #A38795. Grayscale: #6E6E6E. Windows color (decimal): -10717078 or 6977628. OLE color: 6977628.

HSL color Cylindrical-coordinate representation of color #5C786A: hue angle of 150º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C786A is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 92 120 106 -
CMYK 0.23 0 0.12 0.53
HSL 150º 0.13% 0.42% -
HSV(B) 150º 0.23% 0.47% -
XYZ 13.73 16.75 16.14 -
YUV 110.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 92 120 106 0.23 0 0.12 0.53 150 0.13 0.42
Hex 5C 78 6A 17 0 C 35 96 D 2A
Octal 134 170 152 27 0 14 65 226 15 52
Binary 1011100 1111000 1101010 10111 0 1100 110101 10010110 1101 101010

Color Harmonies of #5C786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C786A

Black with #5C786A

Text Example


Text Example

White with #5C786A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C786A; }

 p { color: rgb(92,120,106); }

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

background-color css

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

 a { background-color: rgb(92,120,106); }

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

border-color css

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

 span { border-color: rgb(92,120,106); }

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