Html Css Color HEX #76753B Crete

📋 copy color: '#76753B'

red 118 ◦ green 117 ◦ blue 59

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

Shades of Crete #76753B

Tints of Crete #76753B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.8%

 BLUE value IS 59 (23.44% from 255) = 20.07%

R = 40.14%
G = 39.8%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#76753B (or 0x76753B) is known color: Crete. HEX triplet: 76, 75 and 3B. RGB value is (118,117,59). Sum of RGB (Red+Green+Blue) = 118+117+59=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76753B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76753B is #898AC4. Grayscale: #6E6E6E. Windows color (decimal): -9013957 or 3896694. OLE color: 3896694.

HSL color Cylindrical-coordinate representation of color #76753B: hue angle of 58.98º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76753B is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 59 -
CMYK 0 0.01 0.50 0.54
HSL 58.98º 0.33% 0.35% -
HSV(B) 58.98º 0.5% 0.46% -
XYZ 14.62 16.89 6.63 -
YUV 110.69 98.83 133.22 -
System Red Green Blue C M Y K H S L
Decimal 118 117 59 0 0.01 0.50 0.54 58.98 0.33 0.35
Hex 76 75 3B 0 1 32 36 3B 21 23
Octal 166 165 73 0 1 62 66 73 41 43
Binary 1110110 1110101 111011 0 1 110010 110110 111011 100001 100011

Color Harmonies of #76753B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76753B

Black with #76753B

Text Example


Text Example

White with #76753B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76753B; }

 p { color: rgb(118,117,59); }

 H1.HeaderClassName
 {
   color: #76753B;
 }
 .AnyTagClassName
 {
   color: #76753B;
 }
</style>

background-color css

<style>
 a { background-color: #76753B; }

 a { background-color: rgb(118,117,59); }

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

border-color css

<style>
 span { border-color: #76753B; }

 span { border-color: rgb(118,117,59); }

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