Html Css Color HEX #77837D Sirocco

📋 copy color: '#77837D'

red 119 ◦ green 131 ◦ blue 125

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

Shades of Sirocco #77837D

Tints of Sirocco #77837D

RGB

 RED value IS 119 (46.88% from 255) = 31.73%

 GREEN value IS 131 (51.56% from 255) = 34.93%

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

R = 31.73%
G = 34.93%
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

#77837D (or 0x77837D) is known color: Sirocco. HEX triplet: 77, 83 and 7D. RGB value is (119,131,125). Sum of RGB (Red+Green+Blue) = 119+131+125=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 131 - color contains mainly: green. Hex color #77837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77837D is #887C82. Grayscale: #7E7E7E. Windows color (decimal): -8944771 or 8225655. OLE color: 8225655.

HSL color Cylindrical-coordinate representation of color #77837D: 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 #77837D is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 131 125 -
CMYK 0.09 0 0.05 0.49
HSL 150º 0.05% 0.49% -
HSV(B) 150º 0.09% 0.51% -
XYZ 19.43 21.64 22.55 -
YUV 126.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 119 131 125 0.09 0 0.05 0.49 150 0.05 0.49
Hex 77 83 7D 9 0 5 31 96 5 31
Octal 167 203 175 11 0 5 61 226 5 61
Binary 1110111 10000011 1111101 1001 0 101 110001 10010110 101 110001

Color Harmonies of #77837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77837D

Black with #77837D

Text Example


Text Example

White with #77837D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,131,125); }

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

background-color css

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

 a { background-color: rgb(119,131,125); }

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

border-color css

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

 span { border-color: rgb(119,131,125); }

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