Html Css Color HEX #07748F Eastern Blue

📋 copy color: '#07748F'

red 7 ◦ green 116 ◦ blue 143

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

Shades of Eastern Blue #07748F

Tints of Eastern Blue #07748F

RGB

 RED value IS 7 (3.13% from 255) = 2.63%

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

 BLUE value IS 143 (56.25% from 255) = 53.76%

R = 2.63%
G = 43.61%
B = 53.76%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#07748F (or 0x07748F) is known color: Eastern Blue. HEX triplet: 07, 74 and 8F. RGB value is (7,116,143). Sum of RGB (Red+Green+Blue) = 7+116+143=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 143 (56.25% from 255 or 53.76% from 266); Max value from RGB is 143 - color contains mainly: blue. Hex color #07748F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07748F is #F88B70. Grayscale: #565656. Windows color (decimal): -16288625 or 9401351. OLE color: 9401351.

HSL color Cylindrical-coordinate representation of color #07748F: hue angle of 191.91º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07748F is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 116 143 -
CMYK 0.95 0.19 0 0.44
HSL 191.91º 0.91% 0.29% -
HSV(B) 191.91º 0.95% 0.56% -
XYZ 11.29 14.52 28.19 -
YUV 86.49 159.89 71.3 -
System Red Green Blue C M Y K H S L
Decimal 7 116 143 0.95 0.19 0 0.44 191.91 0.91 0.29
Hex 7 74 8F 5F 13 0 2C C0 5B 1D
Octal 7 164 217 137 23 0 54 300 133 35
Binary 111 1110100 10001111 1011111 10011 0 101100 11000000 1011011 11101

Color Harmonies of #07748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07748F

Black with #07748F

Text Example


Text Example

White with #07748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07748F; }

 p { color: rgb(7,116,143); }

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

background-color css

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

 a { background-color: rgb(7,116,143); }

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

border-color css

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

 span { border-color: rgb(7,116,143); }

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