Html Css Color HEX #4F5754 Cape Cod

📋 copy color: '#4F5754'

red 79 ◦ green 87 ◦ blue 84

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

Shades of Cape Cod #4F5754

Tints of Cape Cod #4F5754

RGB

 RED value IS 79 (31.25% from 255) = 31.6%

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

 BLUE value IS 84 (33.2% from 255) = 33.6%

R = 31.6%
G = 34.8%
B = 33.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#4F5754 (or 0x4F5754) is known color: Cape Cod. HEX triplet: 4F, 57 and 54. RGB value is (79,87,84). Sum of RGB (Red+Green+Blue) = 79+87+84=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 87 - color contains mainly: green. Hex color #4F5754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5754 is #B0A8AB. Grayscale: #545454. Windows color (decimal): -11577516 or 5527375. OLE color: 5527375.

HSL color Cylindrical-coordinate representation of color #4F5754: hue angle of 157.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4F5754 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 79 87 84 -
CMYK 0.09 0 0.03 0.66
HSL 157.5º 0.05% 0.33% -
HSV(B) 157.5º 0.09% 0.34% -
XYZ 8.23 9.12 9.71 -
YUV 84.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 79 87 84 0.09 0 0.03 0.66 157.5 0.05 0.33
Hex 4F 57 54 9 0 3 42 9E 5 21
Octal 117 127 124 11 0 3 102 236 5 41
Binary 1001111 1010111 1010100 1001 0 11 1000010 10011110 101 100001

Color Harmonies of #4F5754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5754

Black with #4F5754

Text Example


Text Example

White with #4F5754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,87,84); }

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

background-color css

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

 a { background-color: rgb(79,87,84); }

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

border-color css

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

 span { border-color: rgb(79,87,84); }

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