Html Css Color HEX #77762D Crete

📋 copy color: '#77762D'

red 119 ◦ green 118 ◦ blue 45

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

Shades of Crete #77762D

Tints of Crete #77762D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.96%

R = 42.2%
G = 41.84%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77762D (or 0x77762D) is known color: Crete. HEX triplet: 77, 76 and 2D. RGB value is (119,118,45). Sum of RGB (Red+Green+Blue) = 119+118+45=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77762D is #8889D2. Grayscale: #6E6E6E. Windows color (decimal): -8948179 or 2979447. OLE color: 2979447.

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

Color convert

RGB 119 118 45 -
CMYK 0 0.01 0.62 0.53
HSL 59.19º 0.45% 0.32% -
HSV(B) 59.19º 0.62% 0.47% -
XYZ 14.56 17.07 5.01 -
YUV 109.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 119 118 45 0 0.01 0.62 0.53 59.19 0.45 0.32
Hex 77 76 2D 0 1 3E 35 3B 2D 20
Octal 167 166 55 0 1 76 65 73 55 40
Binary 1110111 1110110 101101 0 1 111110 110101 111011 101101 100000

Color Harmonies of #77762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77762D

Black with #77762D

Text Example


Text Example

White with #77762D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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