Html Css Color HEX #874765 Cosmic

📋 copy color: '#874765'

red 135 ◦ green 71 ◦ blue 101

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

Shades of Cosmic #874765

Tints of Cosmic #874765

RGB

 RED value IS 135 (53.13% from 255) = 43.97%

 GREEN value IS 71 (28.13% from 255) = 23.13%

 BLUE value IS 101 (39.84% from 255) = 32.9%

R = 43.97%
G = 23.13%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#874765 (or 0x874765) is known color: Cosmic. HEX triplet: 87, 47 and 65. RGB value is (135,71,101). Sum of RGB (Red+Green+Blue) = 135+71+101=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #874765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874765 is #78B89A. Grayscale: #5D5D5D. Windows color (decimal): -7911579 or 6637447. OLE color: 6637447.

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

Color convert

RGB 135 71 101 -
CMYK 0 0.47 0.25 0.47
HSL 331.88º 0.31% 0.4% -
HSV(B) 331.88º 0.47% 0.53% -
XYZ 14.59 10.6 13.59 -
YUV 93.56 132.2 157.56 -
System Red Green Blue C M Y K H S L
Decimal 135 71 101 0 0.47 0.25 0.47 331.88 0.31 0.4
Hex 87 47 65 0 2F 19 2F 14C 1F 28
Octal 207 107 145 0 57 31 57 514 37 50
Binary 10000111 1000111 1100101 0 101111 11001 101111 101001100 11111 101000

Color Harmonies of #874765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874765

Black with #874765

Text Example


Text Example

White with #874765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874765; }

 p { color: rgb(135,71,101); }

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

background-color css

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

 a { background-color: rgb(135,71,101); }

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

border-color css

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

 span { border-color: rgb(135,71,101); }

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