Html Css Color HEX #C7A77F Rodeo Dust

📋 copy color: '#C7A77F'

red 199 ◦ green 167 ◦ blue 127

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

Shades of Rodeo Dust #C7A77F

Tints of Rodeo Dust #C7A77F

RGB

 RED value IS 199 (78.13% from 255) = 40.37%

 GREEN value IS 167 (65.63% from 255) = 33.87%

 BLUE value IS 127 (50% from 255) = 25.76%

R = 40.37%
G = 33.87%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7A77F (or 0xC7A77F) is known color: Rodeo Dust. HEX triplet: C7, A7 and 7F. RGB value is (199,167,127). Sum of RGB (Red+Green+Blue) = 199+167+127=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A77F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A77F is #385880. Grayscale: #ACACAC. Windows color (decimal): -3692673 or 8366023. OLE color: 8366023.

HSL color Cylindrical-coordinate representation of color #C7A77F: hue angle of 33.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7A77F is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 167 127 -
CMYK 0 0.16 0.36 0.22
HSL 33.33º 0.39% 0.64% -
HSV(B) 33.33º 0.36% 0.78% -
XYZ 41.2 41.31 25.88 -
YUV 172.01 102.6 147.25 -
System Red Green Blue C M Y K H S L
Decimal 199 167 127 0 0.16 0.36 0.22 33.33 0.39 0.64
Hex C7 A7 7F 0 10 24 16 21 27 40
Octal 307 247 177 0 20 44 26 41 47 100
Binary 11000111 10100111 1111111 0 10000 100100 10110 100001 100111 1000000

Color Harmonies of #C7A77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A77F

Black with #C7A77F

Text Example


Text Example

White with #C7A77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A77F; }

 p { color: rgb(199,167,127); }

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

background-color css

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

 a { background-color: rgb(199,167,127); }

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

border-color css

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

 span { border-color: rgb(199,167,127); }

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