Html Css Color HEX #976764 Copper Rose

📋 copy color: '#976764'

red 151 ◦ green 103 ◦ blue 100

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

Shades of Copper Rose #976764

Tints of Copper Rose #976764

RGB

 RED value IS 151 (59.38% from 255) = 42.66%

 GREEN value IS 103 (40.63% from 255) = 29.1%

 BLUE value IS 100 (39.45% from 255) = 28.25%

R = 42.66%
G = 29.1%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#976764 (or 0x976764) is known color: Copper Rose. HEX triplet: 97, 67 and 64. RGB value is (151,103,100). Sum of RGB (Red+Green+Blue) = 151+103+100=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #976764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976764 is #68989B. Grayscale: #757575. Windows color (decimal): -6854812 or 6580119. OLE color: 6580119.

HSL color Cylindrical-coordinate representation of color #976764: hue angle of 3.53º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976764 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 103 100 -
CMYK 0 0.32 0.34 0.41
HSL 3.53º 0.2% 0.49% -
HSV(B) 3.53º 0.34% 0.59% -
XYZ 19.91 17.2 14.33 -
YUV 117.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 151 103 100 0 0.32 0.34 0.41 3.53 0.2 0.49
Hex 97 67 64 0 20 22 29 4 14 31
Octal 227 147 144 0 40 42 51 4 24 61
Binary 10010111 1100111 1100100 0 100000 100010 101001 100 10100 110001

Color Harmonies of #976764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976764

Black with #976764

Text Example


Text Example

White with #976764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976764; }

 p { color: rgb(151,103,100); }

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

background-color css

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

 a { background-color: rgb(151,103,100); }

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

border-color css

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

 span { border-color: rgb(151,103,100); }

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