Html Css Color HEX #747635 Crete

📋 copy color: '#747635'

red 116 ◦ green 118 ◦ blue 53

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

Shades of Crete #747635

Tints of Crete #747635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 40.42%
G = 41.11%
B = 18.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#747635 (or 0x747635) is known color: Crete. HEX triplet: 74, 76 and 35. RGB value is (116,118,53). Sum of RGB (Red+Green+Blue) = 116+118+53=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #747635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747635 is #8B89CA. Grayscale: #6E6E6E. Windows color (decimal): -9144779 or 3503732. OLE color: 3503732.

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

Color convert

RGB 116 118 53 -
CMYK 0.02 0 0.55 0.54
HSL 61.85º 0.38% 0.34% -
HSV(B) 61.85º 0.55% 0.46% -
XYZ 14.32 16.93 5.88 -
YUV 109.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 116 118 53 0.02 0 0.55 0.54 61.85 0.38 0.34
Hex 74 76 35 2 0 37 36 3E 26 22
Octal 164 166 65 2 0 67 66 76 46 42
Binary 1110100 1110110 110101 10 0 110111 110110 111110 100110 100010

Color Harmonies of #747635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747635

Black with #747635

Text Example


Text Example

White with #747635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747635; }

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

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

background-color css

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

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

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

border-color css

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

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

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