Html Css Color HEX #776D32 Crete

📋 copy color: '#776D32'

red 119 ◦ green 109 ◦ blue 50

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

Shades of Crete #776D32

Tints of Crete #776D32

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.21%

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 42.81%
G = 39.21%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#776D32 (or 0x776D32) is known color: Crete. HEX triplet: 77, 6D and 32. RGB value is (119,109,50). Sum of RGB (Red+Green+Blue) = 119+109+50=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #776D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D32 is #8892CD. Grayscale: #696969. Windows color (decimal): -8950478 or 3304823. OLE color: 3304823.

HSL color Cylindrical-coordinate representation of color #776D32: hue angle of 51.3º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #776D32 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 109 50 -
CMYK 0 0.08 0.58 0.53
HSL 51.3º 0.41% 0.33% -
HSV(B) 51.3º 0.58% 0.47% -
XYZ 13.65 15.09 5.21 -
YUV 105.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 119 109 50 0 0.08 0.58 0.53 51.3 0.41 0.33
Hex 77 6D 32 0 8 3A 35 33 29 21
Octal 167 155 62 0 10 72 65 63 51 41
Binary 1110111 1101101 110010 0 1000 111010 110101 110011 101001 100001

Color Harmonies of #776D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D32

Black with #776D32

Text Example


Text Example

White with #776D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776D32; }

 p { color: rgb(119,109,50); }

 H1.HeaderClassName
 {
   color: #776D32;
 }
 .AnyTagClassName
 {
   color: #776D32;
 }
</style>

background-color css

<style>
 a { background-color: #776D32; }

 a { background-color: rgb(119,109,50); }

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

border-color css

<style>
 span { border-color: #776D32; }

 span { border-color: rgb(119,109,50); }

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