Html Css Color HEX #77763E Crete

📋 copy color: '#77763E'

red 119 ◦ green 118 ◦ blue 62

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

Shades of Crete #77763E

Tints of Crete #77763E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.74%

R = 39.8%
G = 39.46%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#77763E (or 0x77763E) is known color: Crete. HEX triplet: 77, 76 and 3E. RGB value is (119,118,62). Sum of RGB (Red+Green+Blue) = 119+118+62=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #77763E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77763E is #8889C1. Grayscale: #707070. Windows color (decimal): -8948162 or 4093559. OLE color: 4093559.

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

Color convert

RGB 119 118 62 -
CMYK 0 0.01 0.48 0.53
HSL 58.95º 0.31% 0.35% -
HSV(B) 58.95º 0.48% 0.47% -
XYZ 14.96 17.23 7.09 -
YUV 111.92 99.83 133.05 -
System Red Green Blue C M Y K H S L
Decimal 119 118 62 0 0.01 0.48 0.53 58.95 0.31 0.35
Hex 77 76 3E 0 1 30 35 3B 1F 23
Octal 167 166 76 0 1 60 65 73 37 43
Binary 1110111 1110110 111110 0 1 110000 110101 111011 11111 100011

Color Harmonies of #77763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77763E

Black with #77763E

Text Example


Text Example

White with #77763E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77763E; }

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

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

background-color css

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

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

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

border-color css

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

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

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