Html Css Color HEX #747334 Crete

📋 copy color: '#747334'

red 116 ◦ green 115 ◦ blue 52

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

Shades of Crete #747334

Tints of Crete #747334

RGB

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

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

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

R = 40.99%
G = 40.64%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#747334 (or 0x747334) is known color: Crete. HEX triplet: 74, 73 and 34. RGB value is (116,115,52). Sum of RGB (Red+Green+Blue) = 116+115+52=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #747334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747334 is #8B8CCB. Grayscale: #6C6C6C. Windows color (decimal): -9145548 or 3437428. OLE color: 3437428.

HSL color Cylindrical-coordinate representation of color #747334: hue angle of 59.06º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #747334 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 52 -
CMYK 0 0.01 0.55 0.55
HSL 59.06º 0.38% 0.33% -
HSV(B) 59.06º 0.55% 0.45% -
XYZ 13.95 16.22 5.64 -
YUV 108.12 96.33 133.62 -
System Red Green Blue C M Y K H S L
Decimal 116 115 52 0 0.01 0.55 0.55 59.06 0.38 0.33
Hex 74 73 34 0 1 37 37 3B 26 21
Octal 164 163 64 0 1 67 67 73 46 41
Binary 1110100 1110011 110100 0 1 110111 110111 111011 100110 100001

Color Harmonies of #747334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747334

Black with #747334

Text Example


Text Example

White with #747334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747334; }

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

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

background-color css

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

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

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

border-color css

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

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

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