#C7BC77

Color #C7BC77 Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #C7BC77

Tints of Yuma #C7BC77

Color information

#C7BC77 (or 0xC7BC77) is unknown color: approx Yuma. HEX triplet: C7, BC and 77. RGB value is (199,188,119). Sum of RGB (Red+Green+Blue) = 199+188+119=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BC77 is #384388. Grayscale: #B7B7B7. Windows color (decimal): -3687305 or 7847111. OLE color: 7847111.

HSL color Cylindrical-coordinate representation of color #C7BC77: hue angle of 51.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7BC77 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB199188119-
CMYK00.060.400.22
HSL51.75º41.67%62.35%-
HSV(B)51.75º40.2%78.04%-
XYZ44.8749.4424.63-
YUV183.4291.64139.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.33%
GREEN value IS 188 (73.83% from 255) = 37.15%
BLUE value IS 119 (46.88% from 255) = 23.52%
R=39.33%
G=37.15%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918811900.060.400.2251.7541.6762.35
HexC7BC77062816342a3e
Octal307274167065026645276
Binary11000111101111001110111011010100010110110100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BC77; }

 p { color: rgb(199,188,119); }

 H1.HeaderClassName
 {
   color: #C7BC77;
 }
 .AnyTagClassName
 {
   color: #C7BC77;
 }
</style>
background-color css

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

 a { background-color: rgb(199,188,119); }

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

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

 span { border-color: rgb(199,188,119); }

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