Html Css Color HEX #4F4C4A Cork

📋 copy color: '#4F4C4A'

red 79 ◦ green 76 ◦ blue 74

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

Shades of Cork #4F4C4A

Tints of Cork #4F4C4A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.19%

 BLUE value IS 74 (29.3% from 255) = 32.31%

R = 34.5%
G = 33.19%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4F4C4A (or 0x4F4C4A) is known color: Cork. HEX triplet: 4F, 4C and 4A. RGB value is (79,76,74). Sum of RGB (Red+Green+Blue) = 79+76+74=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4C4A is #B0B3B5. Grayscale: #4C4C4C. Windows color (decimal): -11580342 or 4869199. OLE color: 4869199.

HSL color Cylindrical-coordinate representation of color #4F4C4A: hue angle of 24º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4F4C4A is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 76 74 -
CMYK 0 0.04 0.06 0.69
HSL 24º 0.03% 0.3% -
HSV(B) 24º 0.06% 0.31% -
XYZ 7.04 7.33 7.52 -
YUV 76.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 79 76 74 0 0.04 0.06 0.69 24 0.03 0.3
Hex 4F 4C 4A 0 4 6 45 18 3 1E
Octal 117 114 112 0 4 6 105 30 3 36
Binary 1001111 1001100 1001010 0 100 110 1000101 11000 11 11110

Color Harmonies of #4F4C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4C4A

Black with #4F4C4A

Text Example


Text Example

White with #4F4C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,76,74); }

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

background-color css

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

 a { background-color: rgb(79,76,74); }

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

border-color css

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

 span { border-color: rgb(79,76,74); }

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