Html Css Color HEX #776C2B Crete

📋 copy color: '#776C2B'

red 119 ◦ green 108 ◦ blue 43

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

Shades of Crete #776C2B

Tints of Crete #776C2B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40%

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

R = 44.07%
G = 40%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#776C2B (or 0x776C2B) is known color: Crete. HEX triplet: 77, 6C and 2B. RGB value is (119,108,43). Sum of RGB (Red+Green+Blue) = 119+108+43=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #776C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C2B is #8893D4. Grayscale: #686868. Windows color (decimal): -8950741 or 2845815. OLE color: 2845815.

HSL color Cylindrical-coordinate representation of color #776C2B: hue angle of 51.32º 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 #776C2B is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 108 43 -
CMYK 0 0.09 0.64 0.53
HSL 51.32º 0.47% 0.32% -
HSV(B) 51.32º 0.64% 0.47% -
XYZ 13.41 14.82 4.44 -
YUV 103.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 119 108 43 0 0.09 0.64 0.53 51.32 0.47 0.32
Hex 77 6C 2B 0 9 40 35 33 2F 20
Octal 167 154 53 0 11 100 65 63 57 40
Binary 1110111 1101100 101011 0 1001 1000000 110101 110011 101111 100000

Color Harmonies of #776C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C2B

Black with #776C2B

Text Example


Text Example

White with #776C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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