Html Css Color HEX #747B38 Crete

📋 copy color: '#747B38'

red 116 ◦ green 123 ◦ blue 56

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

Shades of Crete #747B38

Tints of Crete #747B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.98%

R = 39.32%
G = 41.69%
B = 18.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.52

RGB Variations

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

Color information

#747B38 (or 0x747B38) is known color: Crete. HEX triplet: 74, 7B and 38. RGB value is (116,123,56). Sum of RGB (Red+Green+Blue) = 116+123+56=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 123 - color contains mainly: green. Hex color #747B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747B38 is #8B84C7. Grayscale: #717171. Windows color (decimal): -9143496 or 3701620. OLE color: 3701620.

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

Color convert

RGB 116 123 56 -
CMYK 0.06 0 0.54 0.52
HSL 66.27º 0.37% 0.35% -
HSV(B) 66.27º 0.54% 0.48% -
XYZ 15 18.16 6.46 -
YUV 113.27 95.68 129.95 -
System Red Green Blue C M Y K H S L
Decimal 116 123 56 0.06 0 0.54 0.52 66.27 0.37 0.35
Hex 74 7B 38 6 0 36 34 42 25 23
Octal 164 173 70 6 0 66 64 102 45 43
Binary 1110100 1111011 111000 110 0 110110 110100 1000010 100101 100011

Color Harmonies of #747B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747B38

Black with #747B38

Text Example


Text Example

White with #747B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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