Html Css Color HEX #76753E Crete

📋 copy color: '#76753E'

red 118 ◦ green 117 ◦ blue 62

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

Shades of Crete #76753E

Tints of Crete #76753E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.88%

R = 39.73%
G = 39.39%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76753E (or 0x76753E) is known color: Crete. HEX triplet: 76, 75 and 3E. RGB value is (118,117,62). Sum of RGB (Red+Green+Blue) = 118+117+62=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #76753E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76753E is #898AC1. Grayscale: #6F6F6F. Windows color (decimal): -9013954 or 4093302. OLE color: 4093302.

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

Color convert

RGB 118 117 62 -
CMYK 0 0.01 0.47 0.54
HSL 58.93º 0.31% 0.35% -
HSV(B) 58.93º 0.47% 0.46% -
XYZ 14.7 16.92 7.05 -
YUV 111.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 118 117 62 0 0.01 0.47 0.54 58.93 0.31 0.35
Hex 76 75 3E 0 1 2F 36 3B 1F 23
Octal 166 165 76 0 1 57 66 73 37 43
Binary 1110110 1110101 111110 0 1 101111 110110 111011 11111 100011

Color Harmonies of #76753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76753E

Black with #76753E

Text Example


Text Example

White with #76753E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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