Html Css Color HEX #4C7767 Dark Green Copper

📋 copy color: '#4C7767'

red 76 ◦ green 119 ◦ blue 103

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

Shades of Dark Green Copper #4C7767

Tints of Dark Green Copper #4C7767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.56%

R = 25.5%
G = 39.93%
B = 34.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#4C7767 (or 0x4C7767) is known color: Dark Green Copper. HEX triplet: 4C, 77 and 67. RGB value is (76,119,103). Sum of RGB (Red+Green+Blue) = 76+119+103=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #4C7767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7767 is #B38898. Grayscale: #686868. Windows color (decimal): -11765913 or 6780748. OLE color: 6780748.

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

Color convert

RGB 76 119 103 -
CMYK 0.36 0 0.13 0.53
HSL 157.67º 0.22% 0.38% -
HSV(B) 157.67º 0.36% 0.47% -
XYZ 12.03 15.71 15.23 -
YUV 104.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 76 119 103 0.36 0 0.13 0.53 157.67 0.22 0.38
Hex 4C 77 67 24 0 D 35 9E 16 26
Octal 114 167 147 44 0 15 65 236 26 46
Binary 1001100 1110111 1100111 100100 0 1101 110101 10011110 10110 100110

Color Harmonies of #4C7767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7767

Black with #4C7767

Text Example


Text Example

White with #4C7767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,119,103); }

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

background-color css

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

 a { background-color: rgb(76,119,103); }

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

border-color css

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

 span { border-color: rgb(76,119,103); }

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