Html Css Color HEX #747A33 Crete

📋 copy color: '#747A33'

red 116 ◦ green 122 ◦ blue 51

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

Shades of Crete #747A33

Tints of Crete #747A33

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.21%

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

R = 40.14%
G = 42.21%
B = 17.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.52

RGB Variations

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

Color information

#747A33 (or 0x747A33) is known color: Crete. HEX triplet: 74, 7A and 33. RGB value is (116,122,51). Sum of RGB (Red+Green+Blue) = 116+122+51=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 122 - color contains mainly: green. Hex color #747A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747A33 is #8B85CC. Grayscale: #707070. Windows color (decimal): -9143757 or 3373684. OLE color: 3373684.

HSL color Cylindrical-coordinate representation of color #747A33: hue angle of 65.07º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #747A33 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 122 51 -
CMYK 0.05 0 0.58 0.52
HSL 65.07º 0.41% 0.34% -
HSV(B) 65.07º 0.58% 0.48% -
XYZ 14.76 17.87 5.8 -
YUV 112.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 116 122 51 0.05 0 0.58 0.52 65.07 0.41 0.34
Hex 74 7A 33 5 0 3A 34 41 29 22
Octal 164 172 63 5 0 72 64 101 51 42
Binary 1110100 1111010 110011 101 0 111010 110100 1000001 101001 100010

Color Harmonies of #747A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747A33

Black with #747A33

Text Example


Text Example

White with #747A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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