Html Css Color HEX #76783A Crete

📋 copy color: '#76783A'

red 118 ◦ green 120 ◦ blue 58

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

Shades of Crete #76783A

Tints of Crete #76783A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.54%

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

R = 39.86%
G = 40.54%
B = 19.59%

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

#76783A (or 0x76783A) is known color: Crete. HEX triplet: 76, 78 and 3A. RGB value is (118,120,58). Sum of RGB (Red+Green+Blue) = 118+120+58=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #76783A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76783A is #8987C5. Grayscale: #707070. Windows color (decimal): -9013190 or 3831926. OLE color: 3831926.

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

Color convert

RGB 118 120 58 -
CMYK 0.02 0 0.52 0.53
HSL 61.94º 0.35% 0.35% -
HSV(B) 61.94º 0.52% 0.47% -
XYZ 14.95 17.59 6.61 -
YUV 112.33 97.34 132.04 -
System Red Green Blue C M Y K H S L
Decimal 118 120 58 0.02 0 0.52 0.53 61.94 0.35 0.35
Hex 76 78 3A 2 0 34 35 3E 23 23
Octal 166 170 72 2 0 64 65 76 43 43
Binary 1110110 1111000 111010 10 0 110100 110101 111110 100011 100011

Color Harmonies of #76783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76783A

Black with #76783A

Text Example


Text Example

White with #76783A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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