Html Css Color HEX #77763F Crete

📋 copy color: '#77763F'

red 119 ◦ green 118 ◦ blue 63

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

Shades of Crete #77763F

Tints of Crete #77763F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21%

R = 39.67%
G = 39.33%
B = 21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77763F (or 0x77763F) is known color: Crete. HEX triplet: 77, 76 and 3F. RGB value is (119,118,63). Sum of RGB (Red+Green+Blue) = 119+118+63=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #77763F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77763F is #8889C0. Grayscale: #707070. Windows color (decimal): -8948161 or 4159095. OLE color: 4159095.

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

Color convert

RGB 119 118 63 -
CMYK 0 0.01 0.47 0.53
HSL 58.93º 0.31% 0.36% -
HSV(B) 58.93º 0.47% 0.47% -
XYZ 14.98 17.24 7.24 -
YUV 112.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 119 118 63 0 0.01 0.47 0.53 58.93 0.31 0.36
Hex 77 76 3F 0 1 2F 35 3B 1F 24
Octal 167 166 77 0 1 57 65 73 37 44
Binary 1110111 1110110 111111 0 1 101111 110101 111011 11111 100100

Color Harmonies of #77763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77763F

Black with #77763F

Text Example


Text Example

White with #77763F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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