Html Css Color HEX #776E2F Crete

📋 copy color: '#776E2F'

red 119 ◦ green 110 ◦ blue 47

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

Shades of Crete #776E2F

Tints of Crete #776E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 43.12%
G = 39.86%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#776E2F (or 0x776E2F) is known color: Crete. HEX triplet: 77, 6E and 2F. RGB value is (119,110,47). Sum of RGB (Red+Green+Blue) = 119+110+47=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #776E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E2F is #8891D0. Grayscale: #696969. Windows color (decimal): -8950225 or 3108471. OLE color: 3108471.

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

Color convert

RGB 119 110 47 -
CMYK 0 0.08 0.61 0.53
HSL 52.5º 0.43% 0.33% -
HSV(B) 52.5º 0.61% 0.47% -
XYZ 13.7 15.28 4.92 -
YUV 105.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 119 110 47 0 0.08 0.61 0.53 52.5 0.43 0.33
Hex 77 6E 2F 0 8 3D 35 34 2B 21
Octal 167 156 57 0 10 75 65 64 53 41
Binary 1110111 1101110 101111 0 1000 111101 110101 110100 101011 100001

Color Harmonies of #776E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E2F

Black with #776E2F

Text Example


Text Example

White with #776E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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