Html Css Color HEX #76793A Crete

📋 copy color: '#76793A'

red 118 ◦ green 121 ◦ blue 58

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

Shades of Crete #76793A

Tints of Crete #76793A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.74%

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

R = 39.73%
G = 40.74%
B = 19.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#76793A (or 0x76793A) is known color: Crete. HEX triplet: 76, 79 and 3A. RGB value is (118,121,58). Sum of RGB (Red+Green+Blue) = 118+121+58=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #76793A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76793A is #8986C5. Grayscale: #717171. Windows color (decimal): -9012934 or 3832182. OLE color: 3832182.

HSL color Cylindrical-coordinate representation of color #76793A: hue angle of 62.86º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76793A is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 121 58 -
CMYK 0.02 0 0.52 0.53
HSL 62.86º 0.35% 0.35% -
HSV(B) 62.86º 0.52% 0.47% -
XYZ 15.07 17.83 6.65 -
YUV 112.92 97.01 131.62 -
System Red Green Blue C M Y K H S L
Decimal 118 121 58 0.02 0 0.52 0.53 62.86 0.35 0.35
Hex 76 79 3A 2 0 34 35 3F 23 23
Octal 166 171 72 2 0 64 65 77 43 43
Binary 1110110 1111001 111010 10 0 110100 110101 111111 100011 100011

Color Harmonies of #76793A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76793A

Black with #76793A

Text Example


Text Example

White with #76793A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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