Html Css Color HEX #76773A Crete

📋 copy color: '#76773A'

red 118 ◦ green 119 ◦ blue 58

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

Shades of Crete #76773A

Tints of Crete #76773A

RGB

 RED value IS 118 (46.48% from 255) = 40%

 GREEN value IS 119 (46.88% from 255) = 40.34%

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

R = 40%
G = 40.34%
B = 19.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#76773A (or 0x76773A) is known color: Crete. HEX triplet: 76, 77 and 3A. RGB value is (118,119,58). Sum of RGB (Red+Green+Blue) = 118+119+58=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #76773A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76773A is #8988C5. Grayscale: #6F6F6F. Windows color (decimal): -9013446 or 3831670. OLE color: 3831670.

HSL color Cylindrical-coordinate representation of color #76773A: hue angle of 60.98º 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 #76773A is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 119 58 -
CMYK 0.01 0 0.51 0.53
HSL 60.98º 0.34% 0.35% -
HSV(B) 60.98º 0.51% 0.47% -
XYZ 14.83 17.35 6.57 -
YUV 111.75 97.67 132.46 -
System Red Green Blue C M Y K H S L
Decimal 118 119 58 0.01 0 0.51 0.53 60.98 0.34 0.35
Hex 76 77 3A 1 0 33 35 3D 22 23
Octal 166 167 72 1 0 63 65 75 42 43
Binary 1110110 1110111 111010 1 0 110011 110101 111101 100010 100011

Color Harmonies of #76773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76773A

Black with #76773A

Text Example


Text Example

White with #76773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76773A; }

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

 H1.HeaderClassName
 {
   color: #76773A;
 }
 .AnyTagClassName
 {
   color: #76773A;
 }
</style>

background-color css

<style>
 a { background-color: #76773A; }

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

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

border-color css

<style>
 span { border-color: #76773A; }

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

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