Html Css Color HEX #4C787F Paradiso

📋 copy color: '#4C787F'

red 76 ◦ green 120 ◦ blue 127

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

Shades of Paradiso #4C787F

Tints of Paradiso #4C787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.15%

 BLUE value IS 127 (50% from 255) = 39.32%

R = 23.53%
G = 37.15%
B = 39.32%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C787F (or 0x4C787F) is known color: Paradiso. HEX triplet: 4C, 78 and 7F. RGB value is (76,120,127). Sum of RGB (Red+Green+Blue) = 76+120+127=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C787F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C787F is #B38780. Grayscale: #6B6B6B. Windows color (decimal): -11765633 or 8353868. OLE color: 8353868.

HSL color Cylindrical-coordinate representation of color #4C787F: hue angle of 188.24º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C787F is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 120 127 -
CMYK 0.40 0.06 0 0.50
HSL 188.24º 0.25% 0.4% -
HSV(B) 188.24º 0.4% 0.5% -
XYZ 13.53 16.5 22.55 -
YUV 107.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 76 120 127 0.40 0.06 0 0.50 188.24 0.25 0.4
Hex 4C 78 7F 28 6 0 32 BC 19 28
Octal 114 170 177 50 6 0 62 274 31 50
Binary 1001100 1111000 1111111 101000 110 0 110010 10111100 11001 101000

Color Harmonies of #4C787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C787F

Black with #4C787F

Text Example


Text Example

White with #4C787F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,120,127); }

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

background-color css

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

 a { background-color: rgb(76,120,127); }

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

border-color css

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

 span { border-color: rgb(76,120,127); }

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