Html Css Color HEX #77732C Crete

📋 copy color: '#77732C'

red 119 ◦ green 115 ◦ blue 44

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

Shades of Crete #77732C

Tints of Crete #77732C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.37%

 BLUE value IS 44 (17.58% from 255) = 15.83%

R = 42.81%
G = 41.37%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#77732C (or 0x77732C) is known color: Crete. HEX triplet: 77, 73 and 2C. RGB value is (119,115,44). Sum of RGB (Red+Green+Blue) = 119+115+44=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77732C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77732C is #888CD3. Grayscale: #6C6C6C. Windows color (decimal): -8948948 or 2913143. OLE color: 2913143.

HSL color Cylindrical-coordinate representation of color #77732C: hue angle of 56.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77732C is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 115 44 -
CMYK 0 0.03 0.63 0.53
HSL 56.8º 0.46% 0.32% -
HSV(B) 56.8º 0.63% 0.47% -
XYZ 14.19 16.37 4.79 -
YUV 108.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 119 115 44 0 0.03 0.63 0.53 56.8 0.46 0.32
Hex 77 73 2C 0 3 3F 35 39 2E 20
Octal 167 163 54 0 3 77 65 71 56 40
Binary 1110111 1110011 101100 0 11 111111 110101 111001 101110 100000

Color Harmonies of #77732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77732C

Black with #77732C

Text Example


Text Example

White with #77732C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77732C; }

 p { color: rgb(119,115,44); }

 H1.HeaderClassName
 {
   color: #77732C;
 }
 .AnyTagClassName
 {
   color: #77732C;
 }
</style>

background-color css

<style>
 a { background-color: #77732C; }

 a { background-color: rgb(119,115,44); }

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

border-color css

<style>
 span { border-color: #77732C; }

 span { border-color: rgb(119,115,44); }

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