Html Css Color HEX #765C6A Cosmic

📋 copy color: '#765C6A'

red 118 ◦ green 92 ◦ blue 106

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

Shades of Cosmic #765C6A

Tints of Cosmic #765C6A

RGB

 RED value IS 118 (46.48% from 255) = 37.34%

 GREEN value IS 92 (36.33% from 255) = 29.11%

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 37.34%
G = 29.11%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#765C6A (or 0x765C6A) is known color: Cosmic. HEX triplet: 76, 5C and 6A. RGB value is (118,92,106). Sum of RGB (Red+Green+Blue) = 118+92+106=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #765C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C6A is #89A395. Grayscale: #656565. Windows color (decimal): -9020310 or 6970486. OLE color: 6970486.

HSL color Cylindrical-coordinate representation of color #765C6A: hue angle of 327.69º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #765C6A is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 92 106 -
CMYK 0 0.22 0.10 0.54
HSL 327.69º 0.12% 0.41% -
HSV(B) 327.69º 0.22% 0.46% -
XYZ 13.9 12.55 15.32 -
YUV 101.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 118 92 106 0 0.22 0.10 0.54 327.69 0.12 0.41
Hex 76 5C 6A 0 16 A 36 148 C 29
Octal 166 134 152 0 26 12 66 510 14 51
Binary 1110110 1011100 1101010 0 10110 1010 110110 101001000 1100 101001

Color Harmonies of #765C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C6A

Black with #765C6A

Text Example


Text Example

White with #765C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765C6A; }

 p { color: rgb(118,92,106); }

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

background-color css

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

 a { background-color: rgb(118,92,106); }

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

border-color css

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

 span { border-color: rgb(118,92,106); }

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