Html Css Color HEX #776E3A Crete

📋 copy color: '#776E3A'

red 119 ◦ green 110 ◦ blue 58

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

Shades of Crete #776E3A

Tints of Crete #776E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.21%

R = 41.46%
G = 38.33%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#776E3A (or 0x776E3A) is known color: Crete. HEX triplet: 77, 6E and 3A. RGB value is (119,110,58). Sum of RGB (Red+Green+Blue) = 119+110+58=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #776E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E3A is #8891C5. Grayscale: #6A6A6A. Windows color (decimal): -8950214 or 3829367. OLE color: 3829367.

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

Color convert

RGB 119 110 58 -
CMYK 0 0.08 0.51 0.53
HSL 51.15º 0.34% 0.35% -
HSV(B) 51.15º 0.51% 0.47% -
XYZ 13.95 15.38 6.24 -
YUV 106.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 119 110 58 0 0.08 0.51 0.53 51.15 0.34 0.35
Hex 77 6E 3A 0 8 33 35 33 22 23
Octal 167 156 72 0 10 63 65 63 42 43
Binary 1110111 1101110 111010 0 1000 110011 110101 110011 100010 100011

Color Harmonies of #776E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E3A

Black with #776E3A

Text Example


Text Example

White with #776E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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