Html Css Color HEX #747238 Crete

📋 copy color: '#747238'

red 116 ◦ green 114 ◦ blue 56

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

Shades of Crete #747238

Tints of Crete #747238

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.86%

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

R = 40.56%
G = 39.86%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#747238 (or 0x747238) is known color: Crete. HEX triplet: 74, 72 and 38. RGB value is (116,114,56). Sum of RGB (Red+Green+Blue) = 116+114+56=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #747238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747238 is #8B8DC7. Grayscale: #6C6C6C. Windows color (decimal): -9145800 or 3699316. OLE color: 3699316.

HSL color Cylindrical-coordinate representation of color #747238: hue angle of 58º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #747238 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 114 56 -
CMYK 0 0.02 0.52 0.55
HSL 58º 0.35% 0.34% -
HSV(B) 58º 0.52% 0.45% -
XYZ 13.93 16.03 6.1 -
YUV 107.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 116 114 56 0 0.02 0.52 0.55 58 0.35 0.34
Hex 74 72 38 0 2 34 37 3A 23 22
Octal 164 162 70 0 2 64 67 72 43 42
Binary 1110100 1110010 111000 0 10 110100 110111 111010 100011 100010

Color Harmonies of #747238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747238

Black with #747238

Text Example


Text Example

White with #747238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747238; }

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

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

background-color css

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

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

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

border-color css

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

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

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