Html Css Color HEX #747733 Crete

📋 copy color: '#747733'

red 116 ◦ green 119 ◦ blue 51

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

Shades of Crete #747733

Tints of Crete #747733

RGB

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

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

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

R = 40.56%
G = 41.61%
B = 17.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#747733 (or 0x747733) is known color: Crete. HEX triplet: 74, 77 and 33. RGB value is (116,119,51). Sum of RGB (Red+Green+Blue) = 116+119+51=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #747733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747733 is #8B88CC. Grayscale: #6E6E6E. Windows color (decimal): -9144525 or 3372916. OLE color: 3372916.

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

Color convert

RGB 116 119 51 -
CMYK 0.03 0 0.57 0.53
HSL 62.65º 0.4% 0.33% -
HSV(B) 62.65º 0.57% 0.47% -
XYZ 14.4 17.15 5.68 -
YUV 110.35 94.51 132.03 -
System Red Green Blue C M Y K H S L
Decimal 116 119 51 0.03 0 0.57 0.53 62.65 0.4 0.33
Hex 74 77 33 3 0 39 35 3F 28 21
Octal 164 167 63 3 0 71 65 77 50 41
Binary 1110100 1110111 110011 11 0 111001 110101 111111 101000 100001

Color Harmonies of #747733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747733

Black with #747733

Text Example


Text Example

White with #747733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747733; }

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

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

background-color css

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

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

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

border-color css

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

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

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