Html Css Color HEX #C7774B Red Damask

📋 copy color: '#C7774B'

red 199 ◦ green 119 ◦ blue 75

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

Shades of Red Damask #C7774B

Tints of Red Damask #C7774B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.08%

R = 50.64%
G = 30.28%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7774B (or 0xC7774B) is known color: Red Damask. HEX triplet: C7, 77 and 4B. RGB value is (199,119,75). Sum of RGB (Red+Green+Blue) = 199+119+75=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7774B is #3888B4. Grayscale: #8A8A8A. Windows color (decimal): -3705013 or 4945863. OLE color: 4945863.

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

Color convert

RGB 199 119 75 -
CMYK 0 0.40 0.62 0.22
HSL 21.29º 0.53% 0.54% -
HSV(B) 21.29º 0.62% 0.78% -
XYZ 31.42 25.84 9.99 -
YUV 137.9 92.5 171.58 -
System Red Green Blue C M Y K H S L
Decimal 199 119 75 0 0.40 0.62 0.22 21.29 0.53 0.54
Hex C7 77 4B 0 28 3E 16 15 35 36
Octal 307 167 113 0 50 76 26 25 65 66
Binary 11000111 1110111 1001011 0 101000 111110 10110 10101 110101 110110

Color Harmonies of #C7774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7774B

Black with #C7774B

Text Example


Text Example

White with #C7774B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7774B; }

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

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

background-color css

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

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

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

border-color css

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

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

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