Html Css Color HEX #77743E Crete

📋 copy color: '#77743E'

red 119 ◦ green 116 ◦ blue 62

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

Shades of Crete #77743E

Tints of Crete #77743E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.06%

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

R = 40.07%
G = 39.06%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#77743E (or 0x77743E) is known color: Crete. HEX triplet: 77, 74 and 3E. RGB value is (119,116,62). Sum of RGB (Red+Green+Blue) = 119+116+62=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #77743E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77743E is #888BC1. Grayscale: #6E6E6E. Windows color (decimal): -8948674 or 4093047. OLE color: 4093047.

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

Color convert

RGB 119 116 62 -
CMYK 0 0.03 0.48 0.53
HSL 56.84º 0.31% 0.35% -
HSV(B) 56.84º 0.48% 0.47% -
XYZ 14.72 16.76 7.02 -
YUV 110.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 119 116 62 0 0.03 0.48 0.53 56.84 0.31 0.35
Hex 77 74 3E 0 3 30 35 39 1F 23
Octal 167 164 76 0 3 60 65 71 37 43
Binary 1110111 1110100 111110 0 11 110000 110101 111001 11111 100011

Color Harmonies of #77743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77743E

Black with #77743E

Text Example


Text Example

White with #77743E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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