Html Css Color HEX #4B776C Dark Green Copper

📋 copy color: '#4B776C'

red 75 ◦ green 119 ◦ blue 108

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

Shades of Dark Green Copper #4B776C

Tints of Dark Green Copper #4B776C

RGB

 RED value IS 75 (29.69% from 255) = 24.83%

 GREEN value IS 119 (46.88% from 255) = 39.4%

 BLUE value IS 108 (42.58% from 255) = 35.76%

R = 24.83%
G = 39.4%
B = 35.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#4B776C (or 0x4B776C) is known color: Dark Green Copper. HEX triplet: 4B, 77 and 6C. RGB value is (75,119,108). Sum of RGB (Red+Green+Blue) = 75+119+108=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #4B776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B776C is #B48893. Grayscale: #686868. Windows color (decimal): -11831444 or 7108427. OLE color: 7108427.

HSL color Cylindrical-coordinate representation of color #4B776C: hue angle of 165º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B776C is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 75 119 108 -
CMYK 0.37 0 0.09 0.53
HSL 165º 0.23% 0.38% -
HSV(B) 165º 0.37% 0.47% -
XYZ 12.21 15.77 16.59 -
YUV 104.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 75 119 108 0.37 0 0.09 0.53 165 0.23 0.38
Hex 4B 77 6C 25 0 9 35 A5 17 26
Octal 113 167 154 45 0 11 65 245 27 46
Binary 1001011 1110111 1101100 100101 0 1001 110101 10100101 10111 100110

Color Harmonies of #4B776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B776C

Black with #4B776C

Text Example


Text Example

White with #4B776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,119,108); }

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

background-color css

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

 a { background-color: rgb(75,119,108); }

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

border-color css

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

 span { border-color: rgb(75,119,108); }

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