Html Css Color HEX #7D4257 Cosmic

📋 copy color: '#7D4257'

red 125 ◦ green 66 ◦ blue 87

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

Shades of Cosmic #7D4257

Tints of Cosmic #7D4257

RGB

 RED value IS 125 (49.22% from 255) = 44.96%

 GREEN value IS 66 (26.17% from 255) = 23.74%

 BLUE value IS 87 (34.38% from 255) = 31.29%

R = 44.96%
G = 23.74%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7D4257 (or 0x7D4257) is known color: Cosmic. HEX triplet: 7D, 42 and 57. RGB value is (125,66,87). Sum of RGB (Red+Green+Blue) = 125+66+87=278 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.96% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4257 is #82BDA8. Grayscale: #565656. Windows color (decimal): -8568233 or 5718653. OLE color: 5718653.

HSL color Cylindrical-coordinate representation of color #7D4257: hue angle of 338.64º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D4257 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 66 87 -
CMYK 0 0.47 0.30 0.51
HSL 338.64º 0.31% 0.37% -
HSV(B) 338.64º 0.47% 0.49% -
XYZ 12.13 8.94 10.1 -
YUV 86.04 128.55 155.79 -
System Red Green Blue C M Y K H S L
Decimal 125 66 87 0 0.47 0.30 0.51 338.64 0.31 0.37
Hex 7D 42 57 0 2F 1E 33 153 1F 25
Octal 175 102 127 0 57 36 63 523 37 45
Binary 1111101 1000010 1010111 0 101111 11110 110011 101010011 11111 100101

Color Harmonies of #7D4257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4257

Black with #7D4257

Text Example


Text Example

White with #7D4257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D4257; }

 p { color: rgb(125,66,87); }

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

background-color css

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

 a { background-color: rgb(125,66,87); }

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

border-color css

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

 span { border-color: rgb(125,66,87); }

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