Html Css Color HEX #07534E Sherpa Blue

📋 copy color: '#07534E'

red 7 ◦ green 83 ◦ blue 78

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

Shades of Sherpa Blue #07534E

Tints of Sherpa Blue #07534E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.4%

 BLUE value IS 78 (30.86% from 255) = 46.43%

R = 4.17%
G = 49.4%
B = 46.43%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#07534E (or 0x07534E) is known color: Sherpa Blue. HEX triplet: 07, 53 and 4E. RGB value is (7,83,78). Sum of RGB (Red+Green+Blue) = 7+83+78=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #07534E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07534E is #F8ACB1. Grayscale: #3B3B3B. Windows color (decimal): -16297138 or 5133063. OLE color: 5133063.

HSL color Cylindrical-coordinate representation of color #07534E: hue angle of 176.05º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07534E is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 83 78 -
CMYK 0.92 0 0.06 0.67
HSL 176.05º 0.84% 0.18% -
HSV(B) 176.05º 0.92% 0.33% -
XYZ 4.56 6.78 8.28 -
YUV 59.71 138.32 90.41 -
System Red Green Blue C M Y K H S L
Decimal 7 83 78 0.92 0 0.06 0.67 176.05 0.84 0.18
Hex 7 53 4E 5C 0 6 43 B0 54 12
Octal 7 123 116 134 0 6 103 260 124 22
Binary 111 1010011 1001110 1011100 0 110 1000011 10110000 1010100 10010

Color Harmonies of #07534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07534E

Black with #07534E

Text Example


Text Example

White with #07534E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07534E; }

 p { color: rgb(7,83,78); }

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

background-color css

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

 a { background-color: rgb(7,83,78); }

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

border-color css

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

 span { border-color: rgb(7,83,78); }

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