Html Css Color HEX #77753E Crete

📋 copy color: '#77753E'

red 119 ◦ green 117 ◦ blue 62

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

Shades of Crete #77753E

Tints of Crete #77753E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.26%

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

R = 39.93%
G = 39.26%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#77753E (or 0x77753E) is known color: Crete. HEX triplet: 77, 75 and 3E. RGB value is (119,117,62). Sum of RGB (Red+Green+Blue) = 119+117+62=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #77753E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77753E is #888AC1. Grayscale: #6F6F6F. Windows color (decimal): -8948418 or 4093303. OLE color: 4093303.

HSL color Cylindrical-coordinate representation of color #77753E: hue angle of 57.89º 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 #77753E is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 117 62 -
CMYK 0 0.02 0.48 0.53
HSL 57.89º 0.31% 0.35% -
HSV(B) 57.89º 0.48% 0.47% -
XYZ 14.84 16.99 7.06 -
YUV 111.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 119 117 62 0 0.02 0.48 0.53 57.89 0.31 0.35
Hex 77 75 3E 0 2 30 35 3A 1F 23
Octal 167 165 76 0 2 60 65 72 37 43
Binary 1110111 1110101 111110 0 10 110000 110101 111010 11111 100011

Color Harmonies of #77753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77753E

Black with #77753E

Text Example


Text Example

White with #77753E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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