Html Css Color HEX #76783D Crete

📋 copy color: '#76783D'

red 118 ◦ green 120 ◦ blue 61

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

Shades of Crete #76783D

Tints of Crete #76783D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.4%

R = 39.46%
G = 40.13%
B = 20.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#76783D (or 0x76783D) is known color: Crete. HEX triplet: 76, 78 and 3D. RGB value is (118,120,61). Sum of RGB (Red+Green+Blue) = 118+120+61=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #76783D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76783D is #8987C2. Grayscale: #707070. Windows color (decimal): -9013187 or 4028534. OLE color: 4028534.

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

Color convert

RGB 118 120 61 -
CMYK 0.02 0 0.49 0.53
HSL 62.03º 0.33% 0.35% -
HSV(B) 62.03º 0.49% 0.47% -
XYZ 15.03 17.62 7.02 -
YUV 112.68 98.84 131.8 -
System Red Green Blue C M Y K H S L
Decimal 118 120 61 0.02 0 0.49 0.53 62.03 0.33 0.35
Hex 76 78 3D 2 0 31 35 3E 21 23
Octal 166 170 75 2 0 61 65 76 41 43
Binary 1110110 1111000 111101 10 0 110001 110101 111110 100001 100011

Color Harmonies of #76783D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76783D

Black with #76783D

Text Example


Text Example

White with #76783D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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