Html Css Color HEX #4C4740 Space Shuttle

📋 copy color: '#4C4740'

red 76 ◦ green 71 ◦ blue 64

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

Shades of Space Shuttle #4C4740

Tints of Space Shuttle #4C4740

RGB

 RED value IS 76 (30.08% from 255) = 36.02%

 GREEN value IS 71 (28.13% from 255) = 33.65%

 BLUE value IS 64 (25.39% from 255) = 30.33%

R = 36.02%
G = 33.65%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#4C4740 (or 0x4C4740) is known color: Space Shuttle. HEX triplet: 4C, 47 and 40. RGB value is (76,71,64). Sum of RGB (Red+Green+Blue) = 76+71+64=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4740 is #B3B8BF. Grayscale: #474747. Windows color (decimal): -11778240 or 4212556. OLE color: 4212556.

HSL color Cylindrical-coordinate representation of color #4C4740: hue angle of 35º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4C4740 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 71 64 -
CMYK 0 0.07 0.16 0.70
HSL 35º 0.09% 0.27% -
HSV(B) 35º 0.16% 0.3% -
XYZ 6.16 6.41 5.76 -
YUV 71.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 76 71 64 0 0.07 0.16 0.70 35 0.09 0.27
Hex 4C 47 40 0 7 10 46 23 9 1B
Octal 114 107 100 0 7 20 106 43 11 33
Binary 1001100 1000111 1000000 0 111 10000 1000110 100011 1001 11011

Color Harmonies of #4C4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4740

Black with #4C4740

Text Example


Text Example

White with #4C4740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C4740; }

 p { color: rgb(76,71,64); }

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

background-color css

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

 a { background-color: rgb(76,71,64); }

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

border-color css

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

 span { border-color: rgb(76,71,64); }

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