Html Css Color HEX #767877 Sirocco

📋 copy color: '#767877'

red 118 ◦ green 120 ◦ blue 119

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

Shades of Sirocco #767877

Tints of Sirocco #767877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.33%

R = 33.05%
G = 33.61%
B = 33.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#767877 (or 0x767877) is known color: Sirocco. HEX triplet: 76, 78 and 77. RGB value is (118,120,119). Sum of RGB (Red+Green+Blue) = 118+120+119=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 120 - color contains mainly: green. Hex color #767877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767877 is #898788. Grayscale: #777777. Windows color (decimal): -9013129 or 7829622. OLE color: 7829622.

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

Color convert

RGB 118 120 119 -
CMYK 0.02 0 0.01 0.53
HSL 150º 0.01% 0.47% -
HSV(B) 150º 0.02% 0.47% -
XYZ 17.52 18.62 20.12 -
YUV 119.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 118 120 119 0.02 0 0.01 0.53 150 0.01 0.47
Hex 76 78 77 2 0 1 35 96 1 2F
Octal 166 170 167 2 0 1 65 226 1 57
Binary 1110110 1111000 1110111 10 0 1 110101 10010110 1 101111

Color Harmonies of #767877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767877

Black with #767877

Text Example


Text Example

White with #767877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767877; }

 p { color: rgb(118,120,119); }

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

background-color css

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

 a { background-color: rgb(118,120,119); }

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

border-color css

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

 span { border-color: rgb(118,120,119); }

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