Html Css Color HEX #747636 Crete

📋 copy color: '#747636'

red 116 ◦ green 118 ◦ blue 54

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

Shades of Crete #747636

Tints of Crete #747636

RGB

 RED value IS 116 (45.7% from 255) = 40.28%

 GREEN value IS 118 (46.48% from 255) = 40.97%

 BLUE value IS 54 (21.48% from 255) = 18.75%

R = 40.28%
G = 40.97%
B = 18.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#747636 (or 0x747636) is known color: Crete. HEX triplet: 74, 76 and 36. RGB value is (116,118,54). Sum of RGB (Red+Green+Blue) = 116+118+54=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #747636 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747636 is #8B89C9. Grayscale: #6E6E6E. Windows color (decimal): -9144778 or 3569268. OLE color: 3569268.

HSL color Cylindrical-coordinate representation of color #747636: hue angle of 61.88º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #747636 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 54 -
CMYK 0.02 0 0.54 0.54
HSL 61.88º 0.37% 0.34% -
HSV(B) 61.88º 0.54% 0.46% -
XYZ 14.35 16.94 6 -
YUV 110.11 96.34 132.2 -
System Red Green Blue C M Y K H S L
Decimal 116 118 54 0.02 0 0.54 0.54 61.88 0.37 0.34
Hex 74 76 36 2 0 36 36 3E 25 22
Octal 164 166 66 2 0 66 66 76 45 42
Binary 1110100 1110110 110110 10 0 110110 110110 111110 100101 100010

Color Harmonies of #747636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747636

Black with #747636

Text Example


Text Example

White with #747636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747636; }

 p { color: rgb(116,118,54); }

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

background-color css

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

 a { background-color: rgb(116,118,54); }

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

border-color css

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

 span { border-color: rgb(116,118,54); }

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