Html Css Color HEX #747B33 Crete

📋 copy color: '#747B33'

red 116 ◦ green 123 ◦ blue 51

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

Shades of Crete #747B33

Tints of Crete #747B33

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.41%

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

R = 40%
G = 42.41%
B = 17.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#747B33 (or 0x747B33) is known color: Crete. HEX triplet: 74, 7B and 33. RGB value is (116,123,51). Sum of RGB (Red+Green+Blue) = 116+123+51=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 123 - color contains mainly: green. Hex color #747B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747B33 is #8B84CC. Grayscale: #707070. Windows color (decimal): -9143501 or 3373940. OLE color: 3373940.

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

Color convert

RGB 116 123 51 -
CMYK 0.06 0 0.59 0.52
HSL 65.83º 0.41% 0.34% -
HSV(B) 65.83º 0.59% 0.48% -
XYZ 14.88 18.12 5.84 -
YUV 112.7 93.18 130.35 -
System Red Green Blue C M Y K H S L
Decimal 116 123 51 0.06 0 0.59 0.52 65.83 0.41 0.34
Hex 74 7B 33 6 0 3B 34 42 29 22
Octal 164 173 63 6 0 73 64 102 51 42
Binary 1110100 1111011 110011 110 0 111011 110100 1000010 101001 100010

Color Harmonies of #747B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747B33

Black with #747B33

Text Example


Text Example

White with #747B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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