Html Css Color HEX #76783C Crete

📋 copy color: '#76783C'

red 118 ◦ green 120 ◦ blue 60

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

Shades of Crete #76783C

Tints of Crete #76783C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.13%

R = 39.6%
G = 40.27%
B = 20.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#76783C (or 0x76783C) is known color: Crete. HEX triplet: 76, 78 and 3C. RGB value is (118,120,60). Sum of RGB (Red+Green+Blue) = 118+120+60=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #76783C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76783C is #8987C3. Grayscale: #707070. Windows color (decimal): -9013188 or 3962998. OLE color: 3962998.

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

Color convert

RGB 118 120 60 -
CMYK 0.02 0 0.5 0.53
HSL 62º 0.33% 0.35% -
HSV(B) 62º 0.5% 0.47% -
XYZ 15 17.61 6.88 -
YUV 112.56 98.34 131.88 -
System Red Green Blue C M Y K H S L
Decimal 118 120 60 0.02 0 0.5 0.53 62 0.33 0.35
Hex 76 78 3C 2 0 32 35 3E 21 23
Octal 166 170 74 2 0 62 65 76 41 43
Binary 1110110 1111000 111100 10 0 110010 110101 111110 100001 100011

Color Harmonies of #76783C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76783C

Black with #76783C

Text Example


Text Example

White with #76783C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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