Html Css Color HEX #777630 Crete

📋 copy color: '#777630'

red 119 ◦ green 118 ◦ blue 48

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

Shades of Crete #777630

Tints of Crete #777630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.4%

 BLUE value IS 48 (19.14% from 255) = 16.84%

R = 41.75%
G = 41.4%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#777630 (or 0x777630) is known color: Crete. HEX triplet: 77, 76 and 30. RGB value is (119,118,48). Sum of RGB (Red+Green+Blue) = 119+118+48=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #777630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777630 is #8889CF. Grayscale: #6E6E6E. Windows color (decimal): -8948176 or 3176055. OLE color: 3176055.

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

Color convert

RGB 119 118 48 -
CMYK 0 0.01 0.60 0.53
HSL 59.15º 0.43% 0.33% -
HSV(B) 59.15º 0.6% 0.47% -
XYZ 14.62 17.09 5.32 -
YUV 110.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 119 118 48 0 0.01 0.60 0.53 59.15 0.43 0.33
Hex 77 76 30 0 1 3C 35 3B 2B 21
Octal 167 166 60 0 1 74 65 73 53 41
Binary 1110111 1110110 110000 0 1 111100 110101 111011 101011 100001

Color Harmonies of #777630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777630

Black with #777630

Text Example


Text Example

White with #777630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777630; }

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

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

background-color css

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

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

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

border-color css

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

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

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