Html Css Color HEX #747333 Crete

📋 copy color: '#747333'

red 116 ◦ green 115 ◦ blue 51

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

Shades of Crete #747333

Tints of Crete #747333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.09%

R = 41.13%
G = 40.78%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#747333 (or 0x747333) is known color: Crete. HEX triplet: 74, 73 and 33. RGB value is (116,115,51). Sum of RGB (Red+Green+Blue) = 116+115+51=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #747333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747333 is #8B8CCC. Grayscale: #6C6C6C. Windows color (decimal): -9145549 or 3371892. OLE color: 3371892.

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

Color convert

RGB 116 115 51 -
CMYK 0 0.01 0.56 0.55
HSL 59.08º 0.39% 0.33% -
HSV(B) 59.08º 0.56% 0.45% -
XYZ 13.93 16.21 5.53 -
YUV 108 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 116 115 51 0 0.01 0.56 0.55 59.08 0.39 0.33
Hex 74 73 33 0 1 38 37 3B 27 21
Octal 164 163 63 0 1 70 67 73 47 41
Binary 1110100 1110011 110011 0 1 111000 110111 111011 100111 100001

Color Harmonies of #747333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747333

Black with #747333

Text Example


Text Example

White with #747333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747333; }

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

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

background-color css

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

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

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

border-color css

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

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

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