Html Css Color HEX #76827C Sirocco

📋 copy color: '#76827C'

red 118 ◦ green 130 ◦ blue 124

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

Shades of Sirocco #76827C

Tints of Sirocco #76827C

RGB

 RED value IS 118 (46.48% from 255) = 31.72%

 GREEN value IS 130 (51.17% from 255) = 34.95%

 BLUE value IS 124 (48.83% from 255) = 33.33%

R = 31.72%
G = 34.95%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#76827C (or 0x76827C) is known color: Sirocco. HEX triplet: 76, 82 and 7C. RGB value is (118,130,124). Sum of RGB (Red+Green+Blue) = 118+130+124=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 130 - color contains mainly: green. Hex color #76827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76827C is #897D83. Grayscale: #7D7D7D. Windows color (decimal): -9010564 or 8159862. OLE color: 8159862.

HSL color Cylindrical-coordinate representation of color #76827C: hue angle of 150º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #76827C is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 124 -
CMYK 0.09 0 0.05 0.49
HSL 150º 0.05% 0.49% -
HSV(B) 150º 0.09% 0.51% -
XYZ 19.09 21.27 22.17 -
YUV 125.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 118 130 124 0.09 0 0.05 0.49 150 0.05 0.49
Hex 76 82 7C 9 0 5 31 96 5 31
Octal 166 202 174 11 0 5 61 226 5 61
Binary 1110110 10000010 1111100 1001 0 101 110001 10010110 101 110001

Color Harmonies of #76827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76827C

Black with #76827C

Text Example


Text Example

White with #76827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76827C; }

 p { color: rgb(118,130,124); }

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

background-color css

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

 a { background-color: rgb(118,130,124); }

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

border-color css

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

 span { border-color: rgb(118,130,124); }

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