Html Css Color HEX #47575C Casal

📋 copy color: '#47575C'

red 71 ◦ green 87 ◦ blue 92

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

Shades of Casal #47575C

Tints of Casal #47575C

RGB

 RED value IS 71 (28.13% from 255) = 28.4%

 GREEN value IS 87 (34.38% from 255) = 34.8%

 BLUE value IS 92 (36.33% from 255) = 36.8%

R = 28.4%
G = 34.8%
B = 36.8%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47575C (or 0x47575C) is known color: Casal. HEX triplet: 47, 57 and 5C. RGB value is (71,87,92). Sum of RGB (Red+Green+Blue) = 71+87+92=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 92 - color contains mainly: blue. Hex color #47575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47575C is #B8A8A3. Grayscale: #525252. Windows color (decimal): -12101796 or 6051655. OLE color: 6051655.

HSL color Cylindrical-coordinate representation of color #47575C: hue angle of 194.29º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #47575C is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 87 92 -
CMYK 0.23 0.05 0 0.64
HSL 194.29º 0.13% 0.32% -
HSV(B) 194.29º 0.23% 0.36% -
XYZ 7.94 8.93 11.43 -
YUV 82.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 71 87 92 0.23 0.05 0 0.64 194.29 0.13 0.32
Hex 47 57 5C 17 5 0 40 C2 D 20
Octal 107 127 134 27 5 0 100 302 15 40
Binary 1000111 1010111 1011100 10111 101 0 1000000 11000010 1101 100000

Color Harmonies of #47575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47575C

Black with #47575C

Text Example


Text Example

White with #47575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47575C; }

 p { color: rgb(71,87,92); }

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

background-color css

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

 a { background-color: rgb(71,87,92); }

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

border-color css

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

 span { border-color: rgb(71,87,92); }

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