Html Css Color HEX #77748A Dolphin

📋 copy color: '#77748A'

red 119 ◦ green 116 ◦ blue 138

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

Shades of Dolphin #77748A

Tints of Dolphin #77748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.1%

 BLUE value IS 138 (54.3% from 255) = 37%

R = 31.9%
G = 31.1%
B = 37%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#77748A (or 0x77748A) is known color: Dolphin. HEX triplet: 77, 74 and 8A. RGB value is (119,116,138). Sum of RGB (Red+Green+Blue) = 119+116+138=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 138 - color contains mainly: blue. Hex color #77748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77748A is #888B75. Grayscale: #777777. Windows color (decimal): -8948598 or 9073783. OLE color: 9073783.

HSL color Cylindrical-coordinate representation of color #77748A: hue angle of 248.18º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77748A is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 116 138 -
CMYK 0.14 0.16 0 0.46
HSL 248.18º 0.09% 0.5% -
HSV(B) 248.18º 0.16% 0.54% -
XYZ 18.44 18.25 26.59 -
YUV 119.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 119 116 138 0.14 0.16 0 0.46 248.18 0.09 0.5
Hex 77 74 8A E 10 0 2E F8 9 32
Octal 167 164 212 16 20 0 56 370 11 62
Binary 1110111 1110100 10001010 1110 10000 0 101110 11111000 1001 110010

Color Harmonies of #77748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77748A

Black with #77748A

Text Example


Text Example

White with #77748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77748A; }

 p { color: rgb(119,116,138); }

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

background-color css

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

 a { background-color: rgb(119,116,138); }

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

border-color css

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

 span { border-color: rgb(119,116,138); }

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