Html Css Color HEX #76857D Sirocco

📋 copy color: '#76857D'

red 118 ◦ green 133 ◦ blue 125

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

Shades of Sirocco #76857D

Tints of Sirocco #76857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.37%

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 31.38%
G = 35.37%
B = 33.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#76857D (or 0x76857D) is known color: Sirocco. HEX triplet: 76, 85 and 7D. RGB value is (118,133,125). Sum of RGB (Red+Green+Blue) = 118+133+125=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 133 - color contains mainly: green. Hex color #76857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76857D is #897A82. Grayscale: #7F7F7F. Windows color (decimal): -9009795 or 8226166. OLE color: 8226166.

HSL color Cylindrical-coordinate representation of color #76857D: hue angle of 148º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #76857D is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 133 125 -
CMYK 0.11 0 0.06 0.48
HSL 148º 0.06% 0.49% -
HSV(B) 148º 0.11% 0.52% -
XYZ 19.56 22.11 22.64 -
YUV 127.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 118 133 125 0.11 0 0.06 0.48 148 0.06 0.49
Hex 76 85 7D B 0 6 30 94 6 31
Octal 166 205 175 13 0 6 60 224 6 61
Binary 1110110 10000101 1111101 1011 0 110 110000 10010100 110 110001

Color Harmonies of #76857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76857D

Black with #76857D

Text Example


Text Example

White with #76857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76857D; }

 p { color: rgb(118,133,125); }

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

background-color css

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

 a { background-color: rgb(118,133,125); }

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

border-color css

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

 span { border-color: rgb(118,133,125); }

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