Html Css Color HEX #74727A Dolphin

📋 copy color: '#74727A'

red 116 ◦ green 114 ◦ blue 122

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

Shades of Dolphin #74727A

Tints of Dolphin #74727A

RGB

 RED value IS 116 (45.7% from 255) = 32.95%

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

 BLUE value IS 122 (48.05% from 255) = 34.66%

R = 32.95%
G = 32.39%
B = 34.66%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74727A (or 0x74727A) is known color: Dolphin. HEX triplet: 74, 72 and 7A. RGB value is (116,114,122). Sum of RGB (Red+Green+Blue) = 116+114+122=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 122 - color contains mainly: blue. Hex color #74727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74727A is #8B8D85. Grayscale: #737373. Windows color (decimal): -9145734 or 8024692. OLE color: 8024692.

HSL color Cylindrical-coordinate representation of color #74727A: hue angle of 255º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #74727A is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 114 122 -
CMYK 0.05 0.07 0 0.52
HSL 255º 0.03% 0.46% -
HSV(B) 255º 0.07% 0.48% -
XYZ 16.73 17.15 20.84 -
YUV 115.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 116 114 122 0.05 0.07 0 0.52 255 0.03 0.46
Hex 74 72 7A 5 7 0 34 FF 3 2E
Octal 164 162 172 5 7 0 64 377 3 56
Binary 1110100 1110010 1111010 101 111 0 110100 11111111 11 101110

Color Harmonies of #74727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74727A

Black with #74727A

Text Example


Text Example

White with #74727A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,114,122); }

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

background-color css

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

 a { background-color: rgb(116,114,122); }

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

border-color css

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

 span { border-color: rgb(116,114,122); }

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