Html Css Color HEX #767285 Dolphin

📋 copy color: '#767285'

red 118 ◦ green 114 ◦ blue 133

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

Shades of Dolphin #767285

Tints of Dolphin #767285

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.23%

 BLUE value IS 133 (52.34% from 255) = 36.44%

R = 32.33%
G = 31.23%
B = 36.44%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#767285 (or 0x767285) is known color: Dolphin. HEX triplet: 76, 72 and 85. RGB value is (118,114,133). Sum of RGB (Red+Green+Blue) = 118+114+133=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #767285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767285 is #898D7A. Grayscale: #757575. Windows color (decimal): -9014651 or 8745590. OLE color: 8745590.

HSL color Cylindrical-coordinate representation of color #767285: hue angle of 252.63º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #767285 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 114 133 -
CMYK 0.11 0.14 0 0.48
HSL 252.63º 0.08% 0.48% -
HSV(B) 252.63º 0.14% 0.52% -
XYZ 17.72 17.58 24.65 -
YUV 117.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 118 114 133 0.11 0.14 0 0.48 252.63 0.08 0.48
Hex 76 72 85 B E 0 30 FD 8 30
Octal 166 162 205 13 16 0 60 375 10 60
Binary 1110110 1110010 10000101 1011 1110 0 110000 11111101 1000 110000

Color Harmonies of #767285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767285

Black with #767285

Text Example


Text Example

White with #767285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767285; }

 p { color: rgb(118,114,133); }

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

background-color css

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

 a { background-color: rgb(118,114,133); }

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

border-color css

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

 span { border-color: rgb(118,114,133); }

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