Html Css Color HEX #76733F Crete

📋 copy color: '#76733F'

red 118 ◦ green 115 ◦ blue 63

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

Shades of Crete #76733F

Tints of Crete #76733F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.28%

R = 39.86%
G = 38.85%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76733F (or 0x76733F) is known color: Crete. HEX triplet: 76, 73 and 3F. RGB value is (118,115,63). Sum of RGB (Red+Green+Blue) = 118+115+63=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76733F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76733F is #898CC0. Grayscale: #6E6E6E. Windows color (decimal): -9014465 or 4158326. OLE color: 4158326.

HSL color Cylindrical-coordinate representation of color #76733F: hue angle of 56.73º degrees, saturation: 0.3, 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 #76733F is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 115 63 -
CMYK 0 0.03 0.47 0.54
HSL 56.73º 0.3% 0.35% -
HSV(B) 56.73º 0.47% 0.46% -
XYZ 14.5 16.47 7.12 -
YUV 109.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 118 115 63 0 0.03 0.47 0.54 56.73 0.3 0.35
Hex 76 73 3F 0 3 2F 36 39 1E 23
Octal 166 163 77 0 3 57 66 71 36 43
Binary 1110110 1110011 111111 0 11 101111 110110 111001 11110 100011

Color Harmonies of #76733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76733F

Black with #76733F

Text Example


Text Example

White with #76733F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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