Html Css Color HEX #7F435F Cosmic

📋 copy color: '#7F435F'

red 127 ◦ green 67 ◦ blue 95

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

Shades of Cosmic #7F435F

Tints of Cosmic #7F435F

RGB

 RED value IS 127 (50% from 255) = 43.94%

 GREEN value IS 67 (26.56% from 255) = 23.18%

 BLUE value IS 95 (37.5% from 255) = 32.87%

R = 43.94%
G = 23.18%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#7F435F (or 0x7F435F) is known color: Cosmic. HEX triplet: 7F, 43 and 5F. RGB value is (127,67,95). Sum of RGB (Red+Green+Blue) = 127+67+95=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 127 - color contains mainly: red. Hex color #7F435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F435F is #80BCA0. Grayscale: #585858. Windows color (decimal): -8436897 or 6243199. OLE color: 6243199.

HSL color Cylindrical-coordinate representation of color #7F435F: hue angle of 332º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F435F is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 67 95 -
CMYK 0 0.47 0.25 0.50
HSL 332º 0.31% 0.38% -
HSV(B) 332º 0.47% 0.5% -
XYZ 12.83 9.35 11.96 -
YUV 88.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 127 67 95 0 0.47 0.25 0.50 332 0.31 0.38
Hex 7F 43 5F 0 2F 19 32 14C 1F 26
Octal 177 103 137 0 57 31 62 514 37 46
Binary 1111111 1000011 1011111 0 101111 11001 110010 101001100 11111 100110

Color Harmonies of #7F435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F435F

Black with #7F435F

Text Example


Text Example

White with #7F435F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,67,95); }

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

background-color css

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

 a { background-color: rgb(127,67,95); }

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

border-color css

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

 span { border-color: rgb(127,67,95); }

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