Html Css Color HEX #776A2B Crete

📋 copy color: '#776A2B'

red 119 ◦ green 106 ◦ blue 43

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

Shades of Crete #776A2B

Tints of Crete #776A2B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.55%

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 44.4%
G = 39.55%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#776A2B (or 0x776A2B) is known color: Crete. HEX triplet: 77, 6A and 2B. RGB value is (119,106,43). Sum of RGB (Red+Green+Blue) = 119+106+43=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #776A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A2B is #8895D4. Grayscale: #666666. Windows color (decimal): -8951253 or 2845303. OLE color: 2845303.

HSL color Cylindrical-coordinate representation of color #776A2B: hue angle of 49.74º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #776A2B is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 106 43 -
CMYK 0 0.11 0.64 0.53
HSL 49.74º 0.47% 0.32% -
HSV(B) 49.74º 0.64% 0.47% -
XYZ 13.2 14.4 4.37 -
YUV 102.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 119 106 43 0 0.11 0.64 0.53 49.74 0.47 0.32
Hex 77 6A 2B 0 B 40 35 32 2F 20
Octal 167 152 53 0 13 100 65 62 57 40
Binary 1110111 1101010 101011 0 1011 1000000 110101 110010 101111 100000

Color Harmonies of #776A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A2B

Black with #776A2B

Text Example


Text Example

White with #776A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,106,43); }

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

background-color css

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

 a { background-color: rgb(119,106,43); }

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

border-color css

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

 span { border-color: rgb(119,106,43); }

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