Html Css Color HEX #77708C Topaz

📋 copy color: '#77708C'

red 119 ◦ green 112 ◦ blue 140

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

Shades of Topaz #77708C

Tints of Topaz #77708C

RGB

 RED value IS 119 (46.88% from 255) = 32.08%

 GREEN value IS 112 (44.14% from 255) = 30.19%

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 32.08%
G = 30.19%
B = 37.74%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77708C (or 0x77708C) is known color: Topaz. HEX triplet: 77, 70 and 8C. RGB value is (119,112,140). Sum of RGB (Red+Green+Blue) = 119+112+140=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 140 - color contains mainly: blue. Hex color #77708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77708C is #888F73. Grayscale: #757575. Windows color (decimal): -8949620 or 9203831. OLE color: 9203831.

HSL color Cylindrical-coordinate representation of color #77708C: hue angle of 255º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77708C is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 112 140 -
CMYK 0.15 0.20 0 0.45
HSL 255º 0.11% 0.49% -
HSV(B) 255º 0.2% 0.55% -
XYZ 18.14 17.4 27.21 -
YUV 117.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 119 112 140 0.15 0.20 0 0.45 255 0.11 0.49
Hex 77 70 8C F 14 0 2D FF B 31
Octal 167 160 214 17 24 0 55 377 13 61
Binary 1110111 1110000 10001100 1111 10100 0 101101 11111111 1011 110001

Color Harmonies of #77708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77708C

Black with #77708C

Text Example


Text Example

White with #77708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77708C; }

 p { color: rgb(119,112,140); }

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

background-color css

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

 a { background-color: rgb(119,112,140); }

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

border-color css

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

 span { border-color: rgb(119,112,140); }

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