Html Css Color HEX #747734 Crete

📋 copy color: '#747734'

red 116 ◦ green 119 ◦ blue 52

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

Shades of Crete #747734

Tints of Crete #747734

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.46%

 BLUE value IS 52 (20.7% from 255) = 18.12%

R = 40.42%
G = 41.46%
B = 18.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#747734 (or 0x747734) is known color: Crete. HEX triplet: 74, 77 and 34. RGB value is (116,119,52). Sum of RGB (Red+Green+Blue) = 116+119+52=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #747734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747734 is #8B88CB. Grayscale: #6E6E6E. Windows color (decimal): -9144524 or 3438452. OLE color: 3438452.

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

Color convert

RGB 116 119 52 -
CMYK 0.03 0 0.56 0.53
HSL 62.69º 0.39% 0.34% -
HSV(B) 62.69º 0.56% 0.47% -
XYZ 14.42 17.15 5.8 -
YUV 110.47 95.01 131.95 -
System Red Green Blue C M Y K H S L
Decimal 116 119 52 0.03 0 0.56 0.53 62.69 0.39 0.34
Hex 74 77 34 3 0 38 35 3F 27 22
Octal 164 167 64 3 0 70 65 77 47 42
Binary 1110100 1110111 110100 11 0 111000 110101 111111 100111 100010

Color Harmonies of #747734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747734

Black with #747734

Text Example


Text Example

White with #747734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747734; }

 p { color: rgb(116,119,52); }

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

background-color css

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

 a { background-color: rgb(116,119,52); }

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

border-color css

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

 span { border-color: rgb(116,119,52); }

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