Html Css Color HEX #76732D Crete

📋 copy color: '#76732D'

red 118 ◦ green 115 ◦ blue 45

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

Shades of Crete #76732D

Tints of Crete #76732D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.37%

 BLUE value IS 45 (17.97% from 255) = 16.19%

R = 42.45%
G = 41.37%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76732D (or 0x76732D) is known color: Crete. HEX triplet: 76, 73 and 2D. RGB value is (118,115,45). Sum of RGB (Red+Green+Blue) = 118+115+45=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76732D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76732D is #898CD2. Grayscale: #6C6C6C. Windows color (decimal): -9014483 or 2978678. OLE color: 2978678.

HSL color Cylindrical-coordinate representation of color #76732D: hue angle of 57.53º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76732D is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 115 45 -
CMYK 0 0.03 0.62 0.54
HSL 57.53º 0.45% 0.32% -
HSV(B) 57.53º 0.62% 0.46% -
XYZ 14.08 16.3 4.89 -
YUV 107.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 118 115 45 0 0.03 0.62 0.54 57.53 0.45 0.32
Hex 76 73 2D 0 3 3E 36 3A 2D 20
Octal 166 163 55 0 3 76 66 72 55 40
Binary 1110110 1110011 101101 0 11 111110 110110 111010 101101 100000

Color Harmonies of #76732D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76732D

Black with #76732D

Text Example


Text Example

White with #76732D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,115,45); }

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

background-color css

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

 a { background-color: rgb(118,115,45); }

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

border-color css

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

 span { border-color: rgb(118,115,45); }

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