Html Css Color HEX #747832 Crete

📋 copy color: '#747832'

red 116 ◦ green 120 ◦ blue 50

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

Shades of Crete #747832

Tints of Crete #747832

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.96%

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 40.56%
G = 41.96%
B = 17.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#747832 (or 0x747832) is known color: Crete. HEX triplet: 74, 78 and 32. RGB value is (116,120,50). Sum of RGB (Red+Green+Blue) = 116+120+50=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #747832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747832 is #8B87CD. Grayscale: #6F6F6F. Windows color (decimal): -9144270 or 3307636. OLE color: 3307636.

HSL color Cylindrical-coordinate representation of color #747832: hue angle of 63.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #747832 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 120 50 -
CMYK 0.03 0 0.58 0.53
HSL 63.43º 0.41% 0.33% -
HSV(B) 63.43º 0.58% 0.47% -
XYZ 14.49 17.38 5.61 -
YUV 110.82 93.67 131.69 -
System Red Green Blue C M Y K H S L
Decimal 116 120 50 0.03 0 0.58 0.53 63.43 0.41 0.33
Hex 74 78 32 3 0 3A 35 3F 29 21
Octal 164 170 62 3 0 72 65 77 51 41
Binary 1110100 1111000 110010 11 0 111010 110101 111111 101001 100001

Color Harmonies of #747832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747832

Black with #747832

Text Example


Text Example

White with #747832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747832; }

 p { color: rgb(116,120,50); }

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

background-color css

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

 a { background-color: rgb(116,120,50); }

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

border-color css

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

 span { border-color: rgb(116,120,50); }

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