Html Css Color HEX #76732F Crete

📋 copy color: '#76732F'

red 118 ◦ green 115 ◦ blue 47

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

Shades of Crete #76732F

Tints of Crete #76732F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 42.14%
G = 41.07%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76732F (or 0x76732F) is known color: Crete. HEX triplet: 76, 73 and 2F. RGB value is (118,115,47). Sum of RGB (Red+Green+Blue) = 118+115+47=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76732F is #898CD0. Grayscale: #6C6C6C. Windows color (decimal): -9014481 or 3109750. OLE color: 3109750.

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

Color convert

RGB 118 115 47 -
CMYK 0 0.03 0.60 0.54
HSL 57.46º 0.43% 0.32% -
HSV(B) 57.46º 0.6% 0.46% -
XYZ 14.12 16.32 5.1 -
YUV 108.15 93.49 135.03 -
System Red Green Blue C M Y K H S L
Decimal 118 115 47 0 0.03 0.60 0.54 57.46 0.43 0.32
Hex 76 73 2F 0 3 3C 36 39 2B 20
Octal 166 163 57 0 3 74 66 71 53 40
Binary 1110110 1110011 101111 0 11 111100 110110 111001 101011 100000

Color Harmonies of #76732F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76732F

Black with #76732F

Text Example


Text Example

White with #76732F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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