Html Css Color HEX #776E2B Crete

📋 copy color: '#776E2B'

red 119 ◦ green 110 ◦ blue 43

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

Shades of Crete #776E2B

Tints of Crete #776E2B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.44%

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

R = 43.75%
G = 40.44%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#776E2B (or 0x776E2B) is known color: Crete. HEX triplet: 77, 6E and 2B. RGB value is (119,110,43). Sum of RGB (Red+Green+Blue) = 119+110+43=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #776E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E2B is #8891D4. Grayscale: #696969. Windows color (decimal): -8950229 or 2846327. OLE color: 2846327.

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

Color convert

RGB 119 110 43 -
CMYK 0 0.08 0.64 0.53
HSL 52.89º 0.47% 0.32% -
HSV(B) 52.89º 0.64% 0.47% -
XYZ 13.62 15.25 4.51 -
YUV 105.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 119 110 43 0 0.08 0.64 0.53 52.89 0.47 0.32
Hex 77 6E 2B 0 8 40 35 35 2F 20
Octal 167 156 53 0 10 100 65 65 57 40
Binary 1110111 1101110 101011 0 1000 1000000 110101 110101 101111 100000

Color Harmonies of #776E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E2B

Black with #776E2B

Text Example


Text Example

White with #776E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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