Html Css Color HEX #C7754B Red Damask

📋 copy color: '#C7754B'

red 199 ◦ green 117 ◦ blue 75

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

Shades of Red Damask #C7754B

Tints of Red Damask #C7754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.92%

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

R = 50.9%
G = 29.92%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7754B (or 0xC7754B) is known color: Red Damask. HEX triplet: C7, 75 and 4B. RGB value is (199,117,75). Sum of RGB (Red+Green+Blue) = 199+117+75=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7754B is #388AB4. Grayscale: #888888. Windows color (decimal): -3705525 or 4945351. OLE color: 4945351.

HSL color Cylindrical-coordinate representation of color #C7754B: hue angle of 20.32º 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 #C7754B is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 117 75 -
CMYK 0 0.41 0.62 0.22
HSL 20.32º 0.53% 0.54% -
HSV(B) 20.32º 0.62% 0.78% -
XYZ 31.18 25.37 9.91 -
YUV 136.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 199 117 75 0 0.41 0.62 0.22 20.32 0.53 0.54
Hex C7 75 4B 0 29 3E 16 14 35 36
Octal 307 165 113 0 51 76 26 24 65 66
Binary 11000111 1110101 1001011 0 101001 111110 10110 10100 110101 110110

Color Harmonies of #C7754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7754B

Black with #C7754B

Text Example


Text Example

White with #C7754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7754B; }

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

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

background-color css

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

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

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

border-color css

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

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

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